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 | 1001000101111010111001011001110010010001011110100011111101000101 | 917ae59c917a3f45 |
EUC-JP | 想蝨想?E | 1100000111011011111010011111110011000001110110110011111101000101 | c1dbe9fcc1db3f45 |
UTF-8 | 想蝨想쀉E | 11100110100000111011001111101000100111011010100011100110100000111011001111101100100000001000100101000101 | e683b3e89da8e683b3ec808945 |
UHC | 想蝨想쀉E | 110111111100110011100011101001001101111111001100100101111100100101000101 | dfcce3a4dfcc97c945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)