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 | 00111111001111111001000101001110100100010100111001000101 | 3f3f914e914e45 |
EUC-JP | ?璿鮮鮮E | 001111111000111111001100111010011100000110101111110000011010111101000101 | 3f8fcce9c1afc1af45 |
UTF-8 | 敾璿鮮鮮E | 11100110100101011011111011100111100100101011111111101001101011101010111011101001101011101010111001000101 | e695bee792bfe9aeaee9aeae45 |
UHC | 敾璿鮮鮮E | 111000001100000011100000110001111110000011011000111000001101100001000101 | e0c0e0c7e0d8e0d845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)