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 | 額???? | 100010100111101000111111001111110011111100111111 | 8a7a3f3f3f3f |
EUC-JP | 額??堉? | 1011001111011011001111110011111110001111101101111111110100111111 | b3db3f3f8fb7fd3f |
UTF-8 | 額곕쵎堉륡 | 111010011010000110001101111010101011001110010101111011001011010110001110111001011010000010001001111010111010010110100001 | e9a18deab395ecb58ee5a089eba5a1 |
UHC | 額곕쵎堉륡 | 11100100111111101011000011101011101011001001000011101011101111001001000001000110 | e4feb0ebac90ebbc9046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)