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 | ¨ö¨£@h | 101010001111011010101000101000110100000001101000 | a8f6a8a34068 |
SJIS-WIN | ¨?¨£@h | 100000010100111000111111100000010100111010000001100100100100000001101000 | 814e3f814e81924068 |
EUC-JP | ¨ö¨£@h | 1010000110101111100011111010101111010011101000011010111110100001111100100100000001101000 | a1af8fabd3a1afa1f24068 |
UTF-8 | ¨ö¨£@h | 11000010101010001100001110110110110000101010100011000010101000110100000001101000 | c2a8c3b6c2a8c2a34068 |
UHC | ¨?¨?@h | 1010000110100111001111111010000110100111001111110100000001101000 | a1a73fa1a73f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)