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 | ??_? | 00111111001111110101111100111111 | 3f3f5f3f |
SJIS-WIN | 鶯痔_煆 | 11101001111100101000111010100100010111111111101101010110 | e9f28ea45ffb56 |
EUC-JP | 鶯痔_煆 | 1111001011110100101111001010011001011111100011111100100111110100 | f2f4bca65f8fc9f4 |
UTF-8 | 鶯痔_煆 | 11101001101101101010111111100111100101111001010001011111111001111000010110000110 | e9b6afe797945fe78586 |
UHC | 鶯痔_? | 111001011010001111110110110000000101111100111111 | e5a3f6c05f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)