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 | 邨イ邯オ逑ァ | 111001111011010110110010111001111011011010110101111001111001001110100111 | e7b5b2e7b6b5e793a7 |
EUC-JP | 邨イ邯オ逑ァ | 111011101011011110001110101100101110111010111000100011101011010111101101111100111000111010100111 | eeb78eb2eeb88eb5edf38ea7 |
UTF-8 | 邨イ邯オ逑ァ | 111010011000001010101000111011111011110110110010111010011000001010101111111011111011110110110101111010011000000010010001111011111011110110100111 | e982a8efbdb2e982afefbdb5e98091efbda7 |
UHC | 邨?邯?逑? | 111101011011111000111111110010101111101100111111110011111100011100111111 | f5be3fcafb3fcfc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)