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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 痾疽穩E | 11100001011111011110000101110011111000100111001001000101 | e17de173e27245 |
EUC-JP | 痾疽穩E | 11100001110111101110000111010100111000111101001101000101 | e1dee1d4e3d345 |
UTF-8 | 痾疽穩E | 11100111100101111011111011100111100101101011110111100111101010011010100101000101 | e797bee796bde7a9a945 |
UHC | ?疽穩E | 001111111110111011000101111010001011000101000101 | 3feec5e8b145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)