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 | 襄瑚晋 | 111001011111010110001100111010001001000001010111 | e5f58ce89057 |
EUC-JP | 襄瑚晋 | 111010101111011110111000111010101011111110111000 | eaf7b8eabfb8 |
UTF-8 | 襄瑚晋 | 111010001010010110000100111001111001000110011010111001101001100110001011 | e8a584e7919ae6998b |
UHC | 襄瑚晋 | 111001011101000111111011110100011111001011001100 | e5d1fbd1f2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)