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 | 0011111100111111111001111011011001000101 | 3f3fe7b645 |
EUC-JP | ?đ邯E | 00111111100011111010100111000010111011101011100001000101 | 3f8fa9c2eeb845 |
UTF-8 | 룶đ邯E | 111010111010001110110110110001001001000111101001100000101010111101000101 | eba3b6c491e982af45 |
UHC | 룶đ邯E | 10001111101010111010100110100010110010101111101101000101 | 8faba9a2cafb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)