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 | ?犀?^ | 0011111110001101110100100011111101011110 | 3f8dd23f5e |
EUC-JP | ?犀?^ | 0011111110111010110101000011111101011110 | 3fbad43f5e |
UTF-8 | 몸犀턴^ | 11101011101010101011100011100111100010101000000011101101100001001011010001011110 | ebaab8e78a80ed84b45e |
UHC | 몸犀턴^ | 10111000111101101101111111111001110001011100111101011110 | b8f6dff9c5cf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)