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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 增ャ逑ョ | 111110101001110110101100111001111001001110101110 | fa9dace793ae |
EUC-JP | ?ャ逑ョ | 00111111100011101010110011101101111100111000111010101110 | 3f8eacedf38eae |
UTF-8 | 增ャ逑ョ | 111001011010001010011110111011111011110110101100111010011000000010010001111011111011110110101110 | e5a29eefbdace98091efbdae |
UHC | 增?逑? | 111100011111001000111111110011111100011100111111 | f1f23fcfc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)