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 | ?Di?DiB | 00111111010001000110100100111111010001000110100101000010 | 3f44693f446942 |
SJIS-WIN | ?Di?DiB | 00111111010001000110100100111111010001000110100101000010 | 3f44693f446942 |
EUC-JP | ?Di?DiB | 00111111010001000110100100111111010001000110100101000010 | 3f44693f446942 |
UTF-8 | 혱Di혱DiB | 1110110110011000101100010100010001101001111011011001100010110001010001000110100101000010 | ed98b14469ed98b1446942 |
UHC | 혱Di혱DiB | 110000101001100001000100011010011100001010011000010001000110100101000010 | c2984469c298446942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)