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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鮏 | 111100011101110011111100010000111111000011101101111100101110001111110000111010011111011010110100 | f1dcfc43f0edf2e3f0e9f6b4 |
EUC-JP | ?鮏???? | 0011111110001111111010101101101100111111001111110011111100111111 | 3f8feadb3f3f3f3f |
UTF-8 | 鮏 | 111011101000010110010111111010011010111010001111111011101000001010101100111011101000100010011010111011101000001010101000111011101001001110011011 | ee8597e9ae8fee82acee889aee82a8ee939b |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)