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äú | 10011011010010111110010011111010 | 9b4be4fa |
SJIS-WIN | ?K?? | 00111111010010110011111100111111 | 3f4b3f3f |
EUC-JP | ?Käú | 0011111101001011100011111010101110100011100011111010101111100010 | 3f4b8faba38fabe2 |
UTF-8 | Käú | 11000010100110110100101111000011101001001100001110111010 | c29b4bc3a4c3ba |
UHC | ?K?? | 00111111010010110011111100111111 | 3f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)