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 | 贏籀 | 11100110110101011110001011011000 | e6d5e2d8 |
EUC-JP | 贏籀 | 11101100110101111110010011011010 | ecd7e4da |
UTF-8 | 贏籀 | 111010001011010010001111111001111011000110000000 | e8b48fe7b180 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)