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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 逑ァ逑ァ^ | 11100111100100111010011111100111100100111010011101011110 | e793a7e793a75e |
EUC-JP | 逑ァ逑ァ^ | 111011011111001110001110101001111110110111110011100011101010011101011110 | edf38ea7edf38ea75e |
UTF-8 | 逑ァ逑ァ^ | 11101001100000001001000111101111101111011010011111101001100000001001000111101111101111011010011101011110 | e98091efbda7e98091efbda75e |
UHC | 逑?逑?^ | 11001111110001110011111111001111110001110011111101011110 | cfc73fcfc73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)