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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 晶骼ソ示 | 100011111011101111110101110010001110100110001110101111111000111010100110 | 8fbbf5c8e98ebf8ea6 |
EUC-JP | 晶?骼ソ示 | 101111101011110100111111111100011110111010001110101111111011110010101000 | bebd3ff1ee8ebfbca8 |
UTF-8 | 晶骼ソ示 | 111001101001100110110110111011101001000010110011111010011010101010111100111011111011110110111111111001111010010010111010 | e699b6ee90b3e9aabcefbdbfe7a4ba |
UHC | 晶???示 | 11101111110111000011111100111111001111111110001111000110 | efdc3f3f3fe3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)