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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蝨ー | 111001011001110010110000 | e59cb0 |
EUC-JP | 蝨ー | 11101001111111001000111010110000 | e9fc8eb0 |
UTF-8 | 蝨ー | 111010001001110110101000111011111011110110110000 | e89da8efbdb0 |
UHC | 蝨? | 111000111010010000111111 | e3a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)