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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 譌剰セーE | 11100110100101111000111111101000101111101011000001000101 | e6978fe8beb045 |
EUC-JP | 譌剰セーE | 111010111111011110111110111010101000111010111110100011101011000001000101 | ebf7beea8ebe8eb045 |
UTF-8 | 譌剰セーE | 11101000101011011000110011100101100010011011000011101111101111011011111011101111101111011011000001000101 | e8ad8ce589b0efbdbeefbdb045 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)