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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 晳罠x | 11111010110110011111000011111010111000111010100101111000 | fad9f0fae3a978 |
EUC-JP | 晳?罠x | 10001111110000101100010000111111111001101010101101111000 | 8fc2c43fe6ab78 |
UTF-8 | 晳罠x | 11100110100110011011001111101110100000101011100111100111101111011010000001111000 | e699b3ee82b9e7bda078 |
UHC | 晳??x | 1110000010101111001111110011111101111000 | e0af3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)