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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | 癲れ×倚 | 1110000110011111100000101110101010000001011111101001100011011111 | e19f82ea817e98df |
EUC-JP | 癲れ×倚 | 1110001010100001101001001110110010100001110111111101000011100001 | e2a1a4eca1dfd0e1 |
UTF-8 | 癲れ×倚 | 1110011110011001101100101110001110000010100011001100001110010111111001011000000010011010 | e799b2e3828cc397e5809a |
UHC | 癲れ×倚 | 1110111110100110101010101110110010100001101111111110101111101111 | efa6aaeca1bfebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)