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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 細??h | 1000110111010111001111110011111101101000 | 8dd73f3f68 |
EUC-JP | 細??h | 1011101011011001001111110011111101101000 | bad93f3f68 |
UTF-8 | 細슳뻱h | 11100111101101001011000011101100100010101011001111101011101110111011000101101000 | e7b4b0ec8ab3ebbbb168 |
UHC | 細슳뻱h | 11100001101011001001101010111010100101100111011001101000 | e1ac9aba967668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)