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 | 鶯痔_嶸 | 11101001111100101000111010100100010111111111101010110100 | e9f28ea45ffab4 |
EUC-JP | 鶯痔_嶸 | 1111001011110100101111001010011001011111100011111011101111110100 | f2f4bca65f8fbbf4 |
UTF-8 | 鶯痔_嶸 | 11101001101101101010111111100111100101111001010001011111111001011011011010111000 | e9b6afe797945fe5b6b8 |
UHC | 鶯痔_嶸 | 11100101101000111111011011000000010111111110011110101110 | e5a3f6c05fe7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)