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 | ?hi?hiB | 00111111011010000110100100111111011010000110100101000010 | 3f68693f686942 |
SJIS-WIN | ?hi?hiB | 00111111011010000110100100111111011010000110100101000010 | 3f68693f686942 |
EUC-JP | ?hi?hiB | 00111111011010000110100100111111011010000110100101000010 | 3f68693f686942 |
UTF-8 | 창hi창hiB | 1110110010110000101111010110100001101001111011001011000010111101011010000110100101000010 | ecb0bd6869ecb0bd686942 |
UHC | 창hi창hiB | 110000111010001001101000011010011100001110100010011010000110100101000010 | c3a26869c3a2686942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)