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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銜碑凶螽 | 1110011111110000100101001110100010001011101001011110010110101000 | e7f094e88ba5e5a8 |
EUC-JP | 銜碑凶螽 | 1110111011110010110010001110101010110110101001111110101010101010 | eef2c8eab6a7eaaa |
UTF-8 | 銜碑凶螽 | 111010011000101010011100111001111010001010010001111001011000011110110110111010001001111010111101 | e98a9ce7a291e587b6e89ebd |
UHC | 銜碑凶? | 11111001111001111101110111111000111111011101010100111111 | f9e7ddf8fdd53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)