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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | 蟾舌o莉вQ] | 111001011011011110010000111000111000001010001111111001001011101110000100011100100101000101011101 | e5b790e3828fe4bb8472515d |
EUC-JP | 蟾舌o莉вQ] | 111010101011100111000000111001011010001111101111111010001011110110100111110100110101000101011101 | eab9c0e5a3efe8bda7d3515d |
UTF-8 | 蟾舌o莉вQ] | 11101000100111111011111011101000100010001000110011101111101111011000111111101000100011101000100111010000101100100101000101011101 | e89fbee8888cefbd8fe88e89d0b2515d |
UHC | 蟾舌o莉вQ] | 111000001110101011100000110111111010001111101111110101111110100110101100110100110101000101011101 | e0eae0dfa3efd7e9acd3515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)