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 | ??_?? | 0011111100111111010111110011111100111111 | 3f3f5f3f3f |
SJIS-WIN | 鶯痔_嶸質 | 111010011111001010001110101001000101111111111010101101001000111010111111 | e9f28ea45ffab48ebf |
EUC-JP | 鶯痔_嶸質 | 11110010111101001011110010100110010111111000111110111011111101001011110011000001 | f2f4bca65f8fbbf4bcc1 |
UTF-8 | 鶯痔_嶸質 | 11101001101101101010111111100111100101111001010001011111111001011011011010111000111010001011001110101010 | e9b6afe797945fe5b6b8e8b3aa |
UHC | 鶯痔_嶸質 | 111001011010001111110110110000000101111111100111101011101111001011110101 | e5a3f6c05fe7aef2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)