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 | 10010001101010011001001001001011 | 91a9924b |
SJIS-WIN | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
EUC-JP | ?©?K | 001111111000111110100010111011010011111101001011 | 3f8fa2ed3f4b |
UTF-8 | ©K | 11000010100100011100001010101001110000101001001001001011 | c291c2a9c2924b |
UHC | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)