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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 疫??訝? | 10001001011101010011111100111111111001100110001000111111 | 89753f3fe6623f |
EUC-JP | 疫??訝? | 10110001110101100011111100111111111010111100001100111111 | b1d63f3febc33f |
UTF-8 | 疫쒎마訝턆 | 111001111001011010101011111011001001001010001110111010111010011110001000111010001010100010011101111011011000010010000110 | e796abec928eeba788e8a89ded8486 |
UHC | 疫쒎마訝턆 | 11100110101110011001110011100101101110001011011011100100101110001011011001000010 | e6b99ce5b8b6e4b8b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)