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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湲?第拂 | 10011111110100010011111110010001111001101001110101100011 | 9fd13f91e69d63 |
EUC-JP | 湲?第拂 | 11011110110100110011111111000010111010001101100111000100 | ded33fc2e8d9c4 |
UTF-8 | 湲렣第拂 | 111001101011100110110010111010111010000010100011111001111010110010101100111001101000101110000010 | e6b9b2eba0a3e7acace68b82 |
UHC | 湲렣第拂 | 1110101010111000100011101011010011110000101011111101110111011001 | eab88eb4f0afddd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)