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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 堰? | 100010011000000100111111 | 89813f |
EUC-JP | 堰? | 101100011110000100111111 | b1e13f |
UTF-8 | 堰뤒 | 111001011010000010110000111010111010010010010010 | e5a0b0eba492 |
UHC | 堰뤒 | 11100101111010001000111111000010 | e5e88fc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)