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 | ノ茲ュト | 110010011111011010111011111001001010001010101101110001001111001111001010 | c9f6bbe4a2adc4f3ca |
EUC-JP | ノ?茲ュト? | 10001110110010010011111111101000101001001000111010101101100011101100010000111111 | 8ec93fe8a48ead8ec43f |
UTF-8 | ノ茲ュト | 111011111011111010001001111011101001001110100010111010001000110010110010111011111011110110101101111011111011111010000100111011101000101010111101 | efbe89ee93a2e88cb2efbdadefbe84ee8abd |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)