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 | _K | 1000000101011111100000011001111001001011 | 815f819e4b |
SJIS-WIN | ?_??K | 0011111101011111001111110011111101001011 | 3f5f3f3f4b |
EUC-JP | ?_??K | 0011111101011111001111110011111101001011 | 3f5f3f3f4b |
UTF-8 | _K | 1100001010000001010111111100001010000001110000101001111001001011 | c2815fc281c29e4b |
UHC | ?_??K | 0011111101011111001111110011111101001011 | 3f5f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)