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 | ºAK | 100100011011101010010010010000011001001001001011 | 91ba9241924b |
SJIS-WIN | ???A?K | 001111110011111100111111010000010011111101001011 | 3f3f3f413f4b |
EUC-JP | ?º?A?K | 0011111110001111101000101110101100111111010000010011111101001011 | 3f8fa2eb3f413f4b |
UTF-8 | ºAK | 11000010100100011100001010111010110000101001001001000001110000101001001001001011 | c291c2bac29241c2924b |
UHC | ?º?A?K | 00111111101010001010110000111111010000010011111101001011 | 3fa8ac3f413f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)