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 | 竊??撓?? | 1110001010000110001111110011111110011101100110100011111100111111 | e2863f3f9d9a3f3f |
EUC-JP | 竊??撓?? | 1110001111100110001111110011111111011001111110100011111100111111 | e3e63f3fd9fa3f3f |
UTF-8 | 竊귨쉿撓뷂슴 | 111001111010101110001010111010101011011110101000111011001000100110111111111001101001001010010011111010111011011110000010111011001000101010110100 | e7ab8aeab7a8ec89bfe69293ebb782ec8ab4 |
UHC | 竊귨쉿撓뷂슴 | 111011111011110010000010111011111011110110110010111010001111010110010100111011111011110110111111 | efbc82efbdb2e8f594efbdbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)