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 | 莊頭? | 1110010010110101100100111010101000111111 | e4b593aa3f |
EUC-JP | 莊頭? | 1110100010110111110001101010110000111111 | e8b7c6ac3f |
UTF-8 | 莊頭렋 | 111010001000111010001010111010011010000010101101111010111010000010001011 | e88e8ae9a0adeba08b |
UHC | 莊頭렋 | 111011011111011011010100111010011000111010100010 | edf6d4e98ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)