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 | ØäÒµ] | 1101100011100100110100101011010101011101 | d8e4d2b55d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ØäÒ?] | 1000111110101001101011001000111110101011101000111000111110101010110100100011111101011101 | 8fa9ac8faba38faad23f5d |
UTF-8 | ØäÒµ] | 110000111001100011000011101001001100001110010010110000101011010101011101 | c398c3a4c392c2b55d |
UHC | Ø???] | 101010001010101000111111001111110011111101011101 | a8aa3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)