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 | 額??苡 | 100010100111101000111111001111111110010010001111 | 8a7a3f3fe48f |
EUC-JP | 額??苡 | 101100111101101100111111001111111110011111101111 | b3db3f3fe7ef |
UTF-8 | 額됰봽苡 | 111010011010000110001101111010111001000010110000111010111011010010111101111010001000101110100001 | e9a18deb90b0ebb4bde88ba1 |
UHC | 額됰봽苡 | 1110010011111110100010011110101110010100100001001110110010111110 | e4fe89eb9484ecbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)