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 | ??????@B | 0011111100111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f3f4042 |
SJIS-WIN | ??????@B | 0011111100111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f3f4042 |
EUC-JP | ??????@B | 0011111100111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f3f4042 |
UTF-8 | 챈쨔혴책혟혝@B | 1110110010110001100010001110110010101000100101001110110110011000101101001110110010110001100001011110110110011000100111111110110110011000100111010100000001000010 | ecb188eca894ed98b4ecb185ed989fed989d4042 |
UHC | 챈쨔혴책혟혝@B | 1100001110100110110000101011100111000010100110111100001110100101110000101000100111000010100001110100000001000010 | c3a6c2b9c29bc3a5c289c2874042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)