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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踰∬。弟 | 11100110111110101000000111101000101000011001001011101101 | e6fa81e8a192ed |
EUC-JP | 踰∬。弟 | 1110110011111100101000101110101010001110101000011100010011101111 | ecfca2ea8ea1c4ef |
UTF-8 | 踰∬。弟 | 111010001011100010110000111000101000100010101100111011111011110110100001111001011011110010011111 | e8b8b0e288acefbda1e5bc9f |
UHC | 踰∬?弟 | 11101011101100101010000111110011001111111111000010101001 | ebb2a1f33ff0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)