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 | ???獄?? | 00111111001111110011111110001101100101100011111100111111 | 3f3f3f8d963f3f |
EUC-JP | ???獄?? | 00111111001111110011111110111001111101100011111100111111 | 3f3f3fb9f63f3f |
UTF-8 | 遼섓쉼獄쏃겫 | 111011111010011110000011111011001000010010010011111011001000100110111100111001111000110110000100111011001000111110000011111010101011001010101011 | efa783ec8493ec89bce78d84ec8f83eab2ab |
UHC | 遼섓쉼獄쏃겫 | 111010011010110010011000111011111011110110110000111010001010101110011011111010011000000110111010 | e9ac98efbdb0e8ab9be981ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)