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 | 韃箚黨睚 | 1110100011100101111000101011001011101010011111011110000111001000 | e8e5e2b2ea7de1c8 |
EUC-JP | 韃箚黨睚 | 1111000011100111111001001011010011110011110111101110001011001010 | f0e7e4b4f3dee2ca |
UTF-8 | 韃箚黨睚 | 111010011001111110000011111001111010111010011010111010011011101110101000111001111001110110011010 | e99f83e7ae9ae9bba8e79d9a |
UHC | ?箚黨? | 001111111111001110110000110100111101101000111111 | 3ff3b0d3da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)