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 | 1001101110000010001111110011111101000101 | 9b823f3f45 |
EUC-JP | 宸??E | 1101010111100010001111110011111101000101 | d5e23f3f45 |
UTF-8 | 宸뜈룼E | 11100101101011101011100011101011100111001000100011101011101000111011110001000101 | e5aeb8eb9c88eba3bc45 |
UHC | 宸뜈룼E | 11100011111001001000110110001011100011111010111001000101 | e3e48d8b8fae45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)