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 | 閻?? | 11101000100001010011111100111111 | e8853f3f |
EUC-JP | 閻?? | 11101111111001010011111100111111 | efe53f3f |
UTF-8 | 閻띶퉬 | 111010011001011010111011111010111001110110110110111011011000100110101100 | e996bbeb9db6ed89ac |
UHC | 閻띶퉬 | 111001111010001010001101111001011011100110000100 | e7a28de5b984 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)