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 | 100010100101001000111111100000110101001101000010 | 8a523f835342 |
EUC-JP | 崖?ゴB | 101100111011001100111111101001011011010001000010 | b3b33fa5b442 |
UTF-8 | 崖ㅹゴB | 11100101101101001001011011100011100001011011100111100011100000101011010001000010 | e5b496e385b9e382b442 |
UHC | 崖ㅹゴB | 11100100111100001010010011101001101010111011010001000010 | e4f0a4e9abb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)