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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
UTF-8 | 챘짙쩔챈혣혩e^ | 1110110010110001100110001110110010100111100110011110110010101001100101001110110010110001100010001110110110011000101000111110110110011000101010010110010101011110 | ecb198eca799eca994ecb188ed98a3ed98a9655e |
UHC | 챘짙쩔챈혣혩e^ | 1100001110101011110000101010001111000010101111111100001110100110110000101000110011000010100100010110010101011110 | c3abc2a3c2bfc3a6c28cc291655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)