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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 鼇????h | 11101010100001110011111100111111001111110011111101101000 | ea873f3f3f3f68 |
EUC-JP | 鼇??瀣?h | 111100111110011100111111001111111000111111001001101100010011111101101000 | f3e73f3f8fc9b13f68 |
UTF-8 | 鼇앸뜉瀣섮h | 11101001101111001000011111101100100101011011100011101011100111001000100111100111100000001010001111101100100001001010111001101000 | e9bc87ec95b8eb9c89e780a3ec84ae68 |
UHC | 鼇앸뜉瀣섮h | 1110100010101000100111011110101110001101100011001111101010101110100110001111111001101000 | e8a89deb8d8cfaae98fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)