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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 贍?倭 | 1110011011010110001111111001100001100000 | e6d63f9860 |
EUC-JP | 贍沇倭 | 11101100110110001000111111000110111010111100111111000001 | ecd88fc6ebcfc1 |
UTF-8 | 贍沇倭 | 111010001011010010001101111001101011001010000111111001011000000010101101 | e8b48de6b287e580ad |
UHC | 贍沇倭 | 111000001110101111100110110011001110100011011110 | e0ebe6cce8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)