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 | òö¼ºP@h | 11110010111101101011110010111010010100000100000001101000 | f2f6bcba504068 |
SJIS-WIN | ????P@h | 00111111001111110011111100111111010100000100000001101000 | 3f3f3f3f504068 |
EUC-JP | òö?ºP@h | 10001111101010111101001010001111101010111101001100111111100011111010001011101011010100000100000001101000 | 8fabd28fabd33f8fa2eb504068 |
UTF-8 | òö¼ºP@h | 1100001110110010110000111011011011000010101111001100001010111010010100000100000001101000 | c3b2c3b6c2bcc2ba504068 |
UHC | ??¼ºP@h | 001111110011111110101000111110011010100010101100010100000100000001101000 | 3f3fa8f9a8ac504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)