To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟾ス蜊ウ騾殄 | 11100101101101111011110111100101100011011011001111101001100000001001111101101000 | e5b7bde58db3e9809f68 |
EUC-JP | 蟾ス蜊ウ騾殄 | 111010101011100110001110101111011110100111101101100011101011001111110001111000001101110111001001 | eab98ebde9ed8eb3f1e0ddc9 |
UTF-8 | 蟾ス蜊ウ騾殄 | 111010001001111110111110111011111011110110111101111010001001110010001010111011111011110110110011111010011010100010111110111001101010111010000100 | e89fbeefbdbde89c8aefbdb3e9a8bee6ae84 |
UHC | 蟾????殄 | 1110000011101010001111110011111100111111001111111111001011001111 | e0ea3f3f3f3ff2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)