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 | 鶯痔_濵宍 | 111010011111001010001110101001000101111111111011010011011000111010110011 | e9f28ea45ffb4d8eb3 |
EUC-JP | 鶯痔_濵宍 | 11110010111101001011110010100110010111111000111111001001101001101011110010110101 | f2f4bca65f8fc9a6bcb5 |
UTF-8 | 鶯痔_濵宍 | 11101001101101101010111111100111100101111001010001011111111001101011111110110101111001011010111010001101 | e9b6afe797945fe6bfb5e5ae8d |
UHC | 鶯痔_?? | 11100101101000111111011011000000010111110011111100111111 | e5a3f6c05f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)