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 | öZB | 1000111111110110100011010101101010000010100010011000101101000010 | 8ff68d5a82898b42 |
SJIS-WIN | ???Z???B | 0011111100111111001111110101101000111111001111110011111101000010 | 3f3f3f5a3f3f3f42 |
EUC-JP | ?ö?Z???B | 00111111100011111010101111010011001111110101101000111111001111110011111101000010 | 3f8fabd33f5a3f3f3f42 |
UTF-8 | öZB | 1100001010001111110000111011011011000010100011010101101011000010100000101100001010001001110000101000101101000010 | c28fc3b6c28d5ac282c289c28b42 |
UHC | ???Z???B | 0011111100111111001111110101101000111111001111110011111101000010 | 3f3f3f5a3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)