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 | 顋宇 | 11101000111110011000100101000110 | e8f98946 |
EUC-JP | 顋宇 | 11110000111110111011000110100111 | f0fbb1a7 |
UTF-8 | 顋宇 | 111010011010000110001011111001011010111010000111 | e9a18be5ae87 |
UHC | ?宇 | 001111111110100111010100 | 3fe9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)