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 | 蟠礼埃鉈 | 1110010110110100100101111110011110011010101110101110011111101011 | e5b497e79abae7eb |
EUC-JP | 蟠礼埃鉈 | 1110101010110110110011101110100111010100101111001110111011101101 | eab6cee9d4bceeed |
UTF-8 | 蟠礼埃鉈 | 111010001001111110100000111001111010010010111100111001011001111110000011111010011000100110001000 | e89fa0e7a4bce59f83e98988 |
UHC | 蟠?埃? | 110110101111011000111111111001001110111100111111 | daf63fe4ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)