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 | 贍?倭 | 1110110011011000001111111100111111000001 | ecd83fcfc1 |
UTF-8 | 贍零倭 | 111010001011010010001101111011111010011010110010111001011000000010101101 | e8b48defa6b2e580ad |
UHC | 贍零倭 | 111000001110101111100111110011011110100011011110 | e0ebe7cde8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)