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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 壯儡?班? | 1001101011100001100110010101001100111111100101001100011100111111 | 9ae199533f94c73f |
EUC-JP | 壯儡?班? | 1101010011100011110100011011010000111111110010001100100100111111 | d4e3d1b43fc8c93f |
UTF-8 | 壯儡렢班렦 | 111001011010001110101111111001011000010010100001111010111010000010100010111001111000111110101101111010111010000010100110 | e5a3afe584a1eba0a2e78fadeba0a6 |
UHC | 壯儡렢班렦 | 11101101111000001101011011101101100011101011001111011010111011001000111010110101 | ede0d6ed8eb3daec8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)