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 | 001111111110001111010100001111110011111101000101 | 3fe3d43f3f45 |
EUC-JP | 饔耿??E | 1000111111101000111011111110011011010110001111110011111101000101 | 8fe8efe6d63f3f45 |
UTF-8 | 饔耿렟렩E | 11101001101001011001010011101000100000001011111111101011101000001001111111101011101000001010100101000101 | e9a594e880bfeba09feba0a945 |
UHC | 饔耿렟렩E | 111010001011110111001100111010101000111010110000100011101011011101000101 | e8bdccea8eb08eb745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)