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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茫埼山 | 111001001010100110001101111010011000111001010010 | e4a98de98e52 |
EUC-JP | 茫埼山 | 111010001010101110111010111010111011101110110011 | e8abbaebbbb3 |
UTF-8 | 茫埼山 | 111010001000110010101011111001011001111110111100111001011011000110110001 | e88cabe59fbce5b1b1 |
UHC | 茫埼山 | 110110001101010011010000111100101101111110100011 | d8d4d0f2dfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)