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 | 絎磯宛覯 | 1110001101001101100010001110100110001000101101101110011001010001 | e34d88e988b6e651 |
EUC-JP | 絎磯宛覯 | 1110010110101110101100001110101110110000101110001110101110110010 | e5aeb0ebb0b8ebb2 |
UTF-8 | 絎磯宛覯 | 111001111011010110001110111001111010001110101111111001011010111010011011111010001010011010101111 | e7b58ee7a3afe5ae9be8a6af |
UHC | ?磯宛? | 001111111101000110110100111010001100100000111111 | 3fd1b4e8c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)