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 | 豢玲焔蟠 | 1110011010110100100101111110011010001001100010111110010110110100 | e6b497e6898be5b4 |
EUC-JP | 豢玲焔蟠 | 1110110010110110110011101110100010110001111010111110101010110110 | ecb6cee8b1ebeab6 |
UTF-8 | 豢玲焔蟠 | 111010001011000110100010111001111000111010110010111001111000010010010100111010001001111110100000 | e8b1a2e78eb2e78494e89fa0 |
UHC | ?玲?蟠 | 001111111101011010111100001111111101101011110110 | 3fd6bc3fdaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)