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áK | 11100001010010111110000101001011 | e14be14b |
SJIS-WIN | ?K?K | 00111111010010110011111101001011 | 3f4b3f4b |
EUC-JP | áKáK | 1000111110101011101000010100101110001111101010111010000101001011 | 8faba14b8faba14b |
UTF-8 | áKáK | 110000111010000101001011110000111010000101001011 | c3a14bc3a14b |
UHC | ?K?K | 00111111010010110011111101001011 | 3f4b3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)