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 | ?c??^ | 0011111101100011001111110011111101011110 | 3f633f3f5e |
SJIS-WIN | ?c??^ | 0011111101100011001111110011111101011110 | 3f633f3f5e |
EUC-JP | ?c??^ | 0011111101100011001111110011111101011110 | 3f633f3f5e |
UTF-8 | 찼c횪쨔^ | 1110110010110000101111000110001111101101100110101010101011101100101010001001010001011110 | ecb0bc63ed9aaaeca8945e |
UHC | 찼c횪쨔^ | 1100001110100001011000111100001110100000110000101011100101011110 | c3a163c3a0c2b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)