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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 疫??o | 1000100101110101001111110011111101101111 | 89753f3f6f |
EUC-JP | 疫??o | 1011000111010110001111110011111101101111 | b1d63f3f6f |
UTF-8 | 疫쒙슘o | 11100111100101101010101111101100100100101001100111101100100010101001100001101111 | e796abec9299ec8a986f |
UHC | 疫쒙슘o | 11100110101110011001110011101111101111011011011101101111 | e6b99cefbdb76f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)