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 | 犧剰 | 11100000101110001000111111101000 | e0b88fe8 |
EUC-JP | 犧剰 | 11100000101110101011111011101010 | e0babeea |
UTF-8 | 犧剰 | 111001111000101010100111111001011000100110110000 | e78aa7e589b0 |
UHC | 犧? | 111111011111101000111111 | fdfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)