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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裔。螂ァ襌 | 1110010111100001101000011110010110100101101001111110010111111001 | e5e1a1e5a5a7e5f9 |
EUC-JP | 裔。螂ァ襌 | 11101010111000111000111010100001111010101010011110001110101001111110101011111011 | eae38ea1eaa78ea7eafb |
UTF-8 | 裔。螂ァ襌 | 111010001010001110010100111011111011110110100001111010001001111010000010111011111011110110100111111010001010010110001100 | e8a394efbda1e89e82efbda7e8a58c |
UHC | 裔?螂?? | 11100111111000000011111111010101110011000011111100111111 | e7e03fd5cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)