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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | セホ霆BF | 101111101100111011101000101110110100001001000110 | becee8bb4246 |
EUC-JP | セホ霆BF | 1000111010111110100011101100111011110000101111010100001001000110 | 8ebe8ecef0bd4246 |
UTF-8 | セホ霆BF | 1110111110111101101111101110111110111110100011101110100110011100100001100100001001000110 | efbdbeefbe8ee99c864246 |
UHC | ??霆BF | 001111110011111111101111111111010100001001000110 | 3f3feffd4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)