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»\ | 11100100010010111000101010000110100011011011101101011100 | e44b8a868dbb5c |
SJIS-WIN | ?K????\ | 00111111010010110011111100111111001111110011111101011100 | 3f4b3f3f3f3f5c |
EUC-JP | äK????\ | 100011111010101110100011010010110011111100111111001111110011111101011100 | 8faba34b3f3f3f3f5c |
UTF-8 | äK»\ | 110000111010010001001011110000101000101011000010100001101100001010001101110000101011101101011100 | c3a44bc28ac286c28dc2bb5c |
UHC | ?K????\ | 00111111010010110011111100111111001111110011111101011100 | 3f4b3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)