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 | 11100111100011011000111111100111100010011000011001000101 | e78d8fe7898645 |
EUC-JP | 迯冗掩E | 11101101111011011011111011101001101100011110011001000101 | ededbee9b1e645 |
UTF-8 | 迯冗掩E | 11101000101111111010111111100101100001101001011111100110100011101010100101000101 | e8bfafe58697e68ea945 |
UHC | ?冗掩E | 001111111110100110110111111001011111001101000101 | 3fe9b7e5f345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)