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 | ?????EE | 00111111001111110011111100111111001111110100010101000101 | 3f3f3f3f3f4545 |
SJIS-WIN | シユシ・霪EE | 1011110011010101101111001010010111101000110001000100010101000101 | bcd5bca5e8c44545 |
EUC-JP | シユシ・霪EE | 100011101011110010001110110101011000111010111100100011101010010111110000110001100100010101000101 | 8ebc8ed58ebc8ea5f0c64545 |
UTF-8 | シユシ・霪EE | 1110111110111101101111001110111110111110100101011110111110111101101111001110111110111101101001011110100110011100101010100100010101000101 | efbdbcefbe95efbdbcefbda5e99caa4545 |
UHC | ?????EE | 00111111001111110011111100111111001111110100010101000101 | 3f3f3f3f3f4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)