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 | AXB\ | 100100100100000101011000100100100100001001011100 | 92415892425c |
SJIS-WIN | ?AX?B\ | 001111110100000101011000001111110100001001011100 | 3f41583f425c |
EUC-JP | ?AX?B\ | 001111110100000101011000001111110100001001011100 | 3f41583f425c |
UTF-8 | AXB\ | 1100001010010010010000010101100011000010100100100100001001011100 | c2924158c292425c |
UHC | ?AX?B\ | 001111110100000101011000001111110100001001011100 | 3f41583f425c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)