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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 玉??B | 1000101111001010001111110011111101000010 | 8bca3f3f42 |
EUC-JP | 玉??B | 1011011011001100001111110011111101000010 | b6cc3f3f42 |
UTF-8 | 玉뉛쉰B | 11100111100011101000100111101011100010011001101111101100100010011011000001000010 | e78e89eb899bec89b042 |
UHC | 玉뉛쉰B | 11101000101011001000011111101111101111011010111001000010 | e8ac87efbdae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)