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 | ノ茲ュト | 11001001111101101011101111100100101000101010110111000100 | c9f6bbe4a2adc4 |
EUC-JP | ノ?茲ュト | 100011101100100100111111111010001010010010001110101011011000111011000100 | 8ec93fe8a48ead8ec4 |
UTF-8 | ノ茲ュト | 111011111011111010001001111011101001001110100010111010001000110010110010111011111011110110101101111011111011111010000100 | efbe89ee93a2e88cb2efbdadefbe84 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)