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 | 窩逸 | 11100010011111001000100011101101 | e27c88ed |
EUC-JP | 窩逸 | 11100011110111011011000011101111 | e3ddb0ef |
UTF-8 | 窩逸 | 111001111010101010101001111010011000000010111000 | e7aaa9e980b8 |
UHC | 窩逸 | 11101000110000001110110011101111 | e8c0ecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)