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 | 褄宇 | 11100101111010111000100101000110 | e5eb8946 |
EUC-JP | 褄宇 | 11101010111011011011000110100111 | eaedb1a7 |
UTF-8 | 褄宇 | 111010001010010010000100111001011010111010000111 | e8a484e5ae87 |
UHC | ?宇 | 001111111110100111010100 | 3fe9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)