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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 癡猴碵 | 111000011001011111100000110010111110000111110001 | e197e0cbe1f1 |
EUC-JP | 癡猴碵 | 111000011111011111100000110011011110001011110011 | e1f7e0cde2f3 |
UTF-8 | 癡猴碵 | 111001111001100110100001111001111000110010110100111001111010001010110101 | e799a1e78cb4e7a2b5 |
UHC | 癡?? | 11110110110000100011111100111111 | f6c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)