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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 楢?h楢 | 100100111110100000111111011010001001001111101000 | 93e83f6893e8 |
EUC-JP | 楢?h楢 | 110001101110101000111111011010001100011011101010 | c6ea3f68c6ea |
UTF-8 | 楢렔h楢 | 11100110101001011010001011101011101000001001010001101000111001101010010110100010 | e6a5a2eba09468e6a5a2 |
UHC | 楢렔h楢 | 11101010111110011000111010101001011010001110101011111001 | eaf98ea968eaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)