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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 筌ゅ B | 11100010101000111000001011100011100000010100000001000010 | e2a382e3814042 |
EUC-JP | 筌ゅ B | 11100100101001011010010011100101101000011010000101000010 | e4a5a4e5a1a142 |
UTF-8 | 筌ゅ B | 11100111101011011000110011100011100000101000010111100011100000001000000001000010 | e7ad8ce38285e3808042 |
UHC | 筌ゅ B | 11101111101001111010101011100101101000011010000101000010 | efa7aae5a1a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)