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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 髮ケ}v髮ケ}vB | 1110100110011011101110010111110101110110111010011001101110111001011111010111011001000010 | e99bb97d76e99bb97d7642 |
EUC-JP | 髮ケ}v髮ケ}vB | 11110001111110111000111010111001011111010111011011110001111110111000111010111001011111010111011001000010 | f1fb8eb97d76f1fb8eb97d7642 |
UTF-8 | 髮ケ}v髮ケ}vB | 1110100110101011101011101110111110111101101110010111110101110110111010011010101110101110111011111011110110111001011111010111011001000010 | e9abaeefbdb97d76e9abaeefbdb97d7642 |
UHC | 髮?}v髮?}vB | 1101101110100101001111110111110101110110110110111010010100111111011111010111011001000010 | dba53f7d76dba53f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)