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 | 額??額? | 10001010011110100011111100111111100010100111101000111111 | 8a7a3f3f8a7a3f |
EUC-JP | 額??額? | 10110011110110110011111100111111101100111101101100111111 | b3db3f3fb3db3f |
UTF-8 | 額뗣둋額땈 | 111010011010000110001101111010111001011110100011111010111001000110001011111010011010000110001101111010111001010110001000 | e9a18deb97a3eb918be9a18deb9588 |
UHC | 額뗣둋額땈 | 11100100111111101000101111100011100010100100011111100100111111101000101101100010 | e4fe8be38a47e4fe8b62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)