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 | 10011111111100011001111111101101011111010111011010011111111100011001111111101101011111010111011001000010 | 9ff19fed7d769ff19fed7d7642 |
EUC-JP | 潁溏}v潁溏}vB | 11011110111100111101111011101111011111010111011011011110111100111101111011101111011111010111011001000010 | def3deef7d76def3deef7d7642 |
UTF-8 | 潁溏}v潁溏}vB | 1110011010111101100000011110011010111010100011110111110101110110111001101011110110000001111001101011101010001111011111010111011001000010 | e6bd81e6ba8f7d76e6bd81e6ba8f7d7642 |
UHC | 潁?}v潁?}vB | 1110011110111000001111110111110101110110111001111011100000111111011111010111011001000010 | e7b83f7d76e7b83f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)