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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 尸??k | 1001101110011001001111110011111101101011 | 9b993f3f6b |
EUC-JP | 尸??k | 1101010111111001001111110011111101101011 | d5f93f3f6b |
UTF-8 | 尸뚧랮k | 11100101101100001011100011101011100110101010011111101011100111101010111001101011 | e5b0b8eb9aa7eb9eae6b |
UHC | 尸뚧랮k | 11100011101110011000110011100110100011100100101001101011 | e3b98ce68e4a6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)