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 | 臀濮 | 11100100010111001110000001100000 | e45ce060 |
EUC-JP | 臀濮 | 11100111101111011101111111000001 | e7bddfc1 |
UTF-8 | 臀濮 | 111010001000011110000000111001101011111110101110 | e88780e6bfae |
UHC | 臀? | 110101001110101100111111 | d4eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)