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 | 綏?? | 11100011010101100011111100111111 | e3563f3f |
EUC-JP | 綏?? | 11100101101101110011111100111111 | e5b73f3f |
UTF-8 | 綏롛롊 | 111001111011011010001111111010111010000110011011111010111010000110001010 | e7b68feba19beba18a |
UHC | 綏롛롊 | 111000101011011110001110110111111000111011010000 | e2b78edf8ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)