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 | 1110111010110111110101011011110101101000 | eeb7d5bd68 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | î?Õ?h | 100011111010101111000010001111111000111110101010110110000011111101101000 | 8fabc23f8faad83f68 |
UTF-8 | î·Õ½h | 110000111010111011000010101101111100001110010101110000101011110101101000 | c3aec2b7c395c2bd68 |
UHC | ?·?½h | 00111111101000011010010000111111101010001111011001101000 | 3fa1a43fa8f668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)