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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 支?H | 10001110011110000011111101001000 | 8e783f48 |
EUC-JP | 支?H | 10111011110110010011111101001000 | bbd93f48 |
UTF-8 | 支렜H | 11100110100101001010111111101011101000001001110001001000 | e694afeba09c48 |
UHC | 支렜H | 1111001010101000100011101010111001001000 | f2a88eae48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)