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 | 11100101111101011000111111101000101111101011000001000101 | e5f58fe8beb045 |
EUC-JP | 襄剰セーE | 111010101111011110111110111010101000111010111110100011101011000001000101 | eaf7beea8ebe8eb045 |
UTF-8 | 襄剰セーE | 11101000101001011000010011100101100010011011000011101111101111011011111011101111101111011011000001000101 | e8a584e589b0efbdbeefbdb045 |
UHC | 襄???E | 111001011101000100111111001111110011111101000101 | e5d13f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)