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 | ??P??D? | 00111111001111110101000000111111001111110100010000111111 | 3f3f503f3f443f |
SJIS-WIN | 嶸。P嶸ォD嶸 | 11111010101101001010000101010000111110101011010010101011010001001111101010110100 | fab4a150fab4ab44fab4 |
EUC-JP | 嶸。P嶸ォD嶸 | 100011111011101111110100100011101010000101010000100011111011101111110100100011101010101101000100100011111011101111110100 | 8fbbf48ea1508fbbf48eab448fbbf4 |
UTF-8 | 嶸。P嶸ォD嶸 | 1110010110110110101110001110111110111101101000010101000011100101101101101011100011101111101111011010101101000100111001011011011010111000 | e5b6b8efbda150e5b6b8efbdab44e5b6b8 |
UHC | 嶸?P嶸?D嶸 | 11100111101011100011111101010000111001111010111000111111010001001110011110101110 | e7ae3f50e7ae3f44e7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)