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 | ä^ | 1000000110011111100000011110010001011110 | 819f81e45e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ???ä^ | 00111111001111110011111110001111101010111010001101011110 | 3f3f3f8faba35e |
UTF-8 | ä^ | 110000101000000111000010100111111100001010000001110000111010010001011110 | c281c29fc281c3a45e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)