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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 頡ケ陬憺エ | 1110100011110100101110011110100010100011100111001110100110110100 | e8f4b9e8a39ce9b4 |
EUC-JP | 頡ケ陬憺エ | 11110000111101101000111010111001111100001010010111011000111010111000111010110100 | f0f68eb9f0a5d8eb8eb4 |
UTF-8 | 頡ケ陬憺エ | 111010011010000010100001111011111011110110111001111010011001100110101100111001101000011010111010111011111011110110110100 | e9a0a1efbdb9e999ace686baefbdb4 |
UHC | ???憺? | 001111110011111100111111110100111011110000111111 | 3f3f3fd3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)