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 | 閻⑶솇 | 111010011001011010111011111000101001000110110110111011001000011010000111 | e996bbe291b6ec8687 |
UHC | 閻⑶솇 | 111001111010001010101001111010011001100110001011 | e7a2a9e9998b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)