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 | ?k?ZB | 0011111101101011001111110101101001000010 | 3f6b3f5a42 |
SJIS-WIN | ?k?ZB | 0011111101101011001111110101101001000010 | 3f6b3f5a42 |
EUC-JP | ?k?ZB | 0011111101101011001111110101101001000010 | 3f6b3f5a42 |
UTF-8 | 챌k챌ZB | 111011001011000110001100011010111110110010110001100011000101101001000010 | ecb18c6becb18c5a42 |
UHC | 챌k챌ZB | 11000011101001110110101111000011101001110101101001000010 | c3a76bc3a75a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)