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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霆冗ェ滓オッ | 111010001011101110001111111001111010101010011111111001101011010110101111 | e8bb8fe7aa9fe6b5af |
EUC-JP | 霆冗ェ滓オッ | 111100001011110110111110111010011000111010101010110111101110100010001110101101011000111010101111 | f0bdbee98eaadee88eb58eaf |
UTF-8 | 霆冗ェ滓オッ | 111010011001110010000110111001011000011010010111111011111011110110101010111001101011101110010011111011111011110110110101111011111011110110101111 | e99c86e58697efbdaae6bb93efbdb5efbdaf |
UHC | 霆冗?滓?? | 111011111111110111101001101101110011111111101110101010110011111100111111 | effde9b73feeab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)