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 | 111001000101000010001011100010001011010101101000 | e4508b88b568 |
EUC-JP | 膠笈オh | 11100111101100011011010111101000100011101011010101101000 | e7b1b5e88eb568 |
UTF-8 | 膠笈オh | 11101000100001101010000011100111101011001000100011101111101111011011010101101000 | e886a0e7ac88efbdb568 |
UHC | 膠??h | 1100111011101111001111110011111101101000 | ceef3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)