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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????e? | 00111111001111110011111100111111100000101000010100111111 | 3f3f3f3f82853f |
EUC-JP | ????e? | 00111111001111110011111100111111101000111110010100111111 | 3f3f3f3fa3e53f |
UTF-8 | 筽삣영遼e뮧 | 111001111010110110111101111011001000001010100011111011001001100010000001111011111010011110000011111011111011110110000101111010111010111010100111 | e7adbdec82a3ec9881efa783efbd85ebaea7 |
UHC | 筽삣영遼e뮧 | 111010001010010010111011111001011011111110110101111010011010110010100011111001011001001010110010 | e8a4bbe5bfb5e9aca3e592b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)