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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 晳罠~ | 11111010110110011111000011111010111000111010100101111110 | fad9f0fae3a97e |
EUC-JP | 晳?罠~ | 10001111110000101100010000111111111001101010101101111110 | 8fc2c43fe6ab7e |
UTF-8 | 晳罠~ | 11100110100110011011001111101110100000101011100111100111101111011010000001111110 | e699b3ee82b9e7bda07e |
UHC | 晳??~ | 1110000010101111001111110011111101111110 | e0af3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)