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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | $$B | 1000000110010000100000011001000001000010 | 8190819042 |
EUC-JP | $$B | 1010000111110000101000011111000001000010 | a1f0a1f042 |
UTF-8 | $$B | 11101111101111001000010011101111101111001000010001000010 | efbc84efbc8442 |
UHC | $$B | 1010001110100100101000111010010001000010 | a3a4a3a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)