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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 瞳作?}B | 10010011101101011000110111101100001111110111110101000010 | 93b58dec3f7d42 |
EUC-JP | 瞳作?}B | 11000110101101111011101011101110001111110111110101000010 | c6b7baee3f7d42 |
UTF-8 | 瞳作공}B | 1110011110011110101100111110010010111101100111001110101010110011101101010111110101000010 | e79eb3e4bd9ceab3b57d42 |
UHC | 瞳作공}B | 1101010011011010111011011100001010110000111110000111110101000010 | d4daedc2b0f87d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)