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 | 11101000111001111001101111111000111000101010011001000010 | e8e79bf8e2a642 |
EUC-JP | 韈廁筥B | 11110000111010011101011011111010111001001010100001000010 | f0e9d6fae4a842 |
UTF-8 | 韈廁筥B | 11101001100111111000100011100101101110111000000111100111101011011010010101000010 | e99f88e5bb81e7ada542 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)