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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鼎?儉^ | 100100110100001100111111100110010100110001011110 | 93433f994c5e |
EUC-JP | 鼎?儉^ | 110001011010010000111111110100011010110101011110 | c5a43fd1ad5e |
UTF-8 | 鼎縷儉^ | 11101001101111001000111011101111101001011001000011100101100001001000100101011110 | e9bc8eefa590e584895e |
UHC | 鼎縷儉^ | 11110000101000111101001011101010110010111111101101011110 | f0a3d2eacbfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)