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 | 耘? | 111000111100111100111111 | e3cf3f |
EUC-JP | 耘? | 111001101101000100111111 | e6d13f |
UTF-8 | 耘뇨 | 111010001000000010011000111010111000011110101000 | e88098eb87a8 |
UHC | 耘뇨 | 11101001111111001011010010100010 | e9fcb4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)