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 | ??A?? | 0011111100111111010000010011111100111111 | 3f3f413f3f |
SJIS-WIN | 鴣室A鶯痔 | 111010011111001110001110101110100100000111101001111100101000111010100100 | e9f38eba41e9f28ea4 |
EUC-JP | 鴣室A鶯痔 | 111100101111010110111100101111000100000111110010111101001011110010100110 | f2f5bcbc41f2f4bca6 |
UTF-8 | 鴣室A鶯痔 | 11101001101101001010001111100101101011101010010001000001111010011011011010101111111001111001011110010100 | e9b4a3e5aea441e9b6afe79794 |
UHC | ?室A鶯痔 | 0011111111100011111110000100000111100101101000111111011011000000 | 3fe3f841e5a3f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)