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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 央▼?^ | 100010011001101110000001101001010011111101011110 | 899b81a53f5e |
EUC-JP | 央▼?^ | 101100011111101110100010101001110011111101011110 | b1fba2a73f5e |
UTF-8 | 央▼돘^ | 11100101101001001010111011100010100101101011110011101011100011111001100001011110 | e5a4aee296bceb8f985e |
UHC | 央▼돘^ | 11100100111001111010000111100101100010011010000101011110 | e4e7a1e589a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)