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 | 1000111111100111001111110111110101110110100011111110011100111111011111010111011001000010 | 8fe73f7d768fe73f7d7642 |
EUC-JP | 冗?}v冗?}vB | 1011111011101001001111110111110101110110101111101110100100111111011111010111011001000010 | bee93f7d76bee93f7d7642 |
UTF-8 | 冗歷}v冗歷}vB | 1110010110000110100101111110111110100110100011000111110101110110111001011000011010010111111011111010011010001100011111010111011001000010 | e58697efa68c7d76e58697efa68c7d7642 |
UHC | 冗歷}v冗歷}vB | 11101001101101111110011010111000011111010111011011101001101101111110011010111000011111010111011001000010 | e9b7e6b87d76e9b7e6b87d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)