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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 塋??熱 | 100110101100100000111111001111111001010001001101 | 9ac83f3f944d |
EUC-JP | 塋??熱 | 110101001100101000111111001111111100011110101110 | d4ca3f3fc7ae |
UTF-8 | 塋뷴컙熱 | 111001011010000110001011111010111011011110110100111011001011101110011001111001111000011010110001 | e5a18bebb7b4ecbb99e786b1 |
UHC | 塋뷴컙熱 | 1110011110101011101110101110010110110000100001001110011011110000 | e7abbae5b084e6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)