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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蒹シマシイシ | 11100100111000111011110011001111101111001011001010111100 | e4e3bccfbcb2bc |
EUC-JP | 蒹シマシイシ | 111010001110010110001110101111001000111011001111100011101011110010001110101100101000111010111100 | e8e58ebc8ecf8ebc8eb28ebc |
UTF-8 | 蒹シマシイシ | 111010001001001010111001111011111011110110111100111011111011111010001111111011111011110110111100111011111011110110110010111011111011110110111100 | e892b9efbdbcefbe8fefbdbcefbdb2efbdbc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)