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 | 額??沆? | 10001010011110100011111100111111111110101111011100111111 | 8a7a3f3ffaf73f |
EUC-JP | 額??沆? | 1011001111011011001111110011111110001111110001101110101000111111 | b3db3f3f8fc6ea3f |
UTF-8 | 額됰봽沆뢧 | 111010011010000110001101111010111001000010110000111010111011010010111101111001101011001010000110111010111010001010100111 | e9a18deb90b0ebb4bde6b286eba2a7 |
UHC | 額됰봽沆뢧 | 11100100111111101000100111101011100101001000010011111001111110101000111101101000 | e4fe89eb9484f9fa8f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)