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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湜帶劍 | 111110110100011110011011111001101001100110011000 | fb479be69998 |
EUC-JP | 湜帶劍 | 10001111110001111111110011010110111010001101000111111000 | 8fc7fcd6e8d1f8 |
UTF-8 | 湜帶劍 | 111001101011100110011100111001011011100010110110111001011000101010001101 | e6b99ce5b8b6e58a8d |
UHC | 湜帶劍 | 111000111101011111010011111000011100101111111100 | e3d7d3e1cbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)