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§ | 1000111111001010111111000100101110100111 | 8fcafc4ba7 |
SJIS-WIN | ???K§ | 001111110011111100111111010010111000000110011000 | 3f3f3f4b8198 |
EUC-JP | ?ÊüK§ | 00111111100011111010101010110100100011111010101111100100010010111010000111111000 | 3f8faab48fabe44ba1f8 |
UTF-8 | ÊüK§ | 110000101000111111000011100010101100001110111100010010111100001010100111 | c28fc38ac3bc4bc2a7 |
UHC | ???K§ | 001111110011111100111111010010111010000111010111 | 3f3f3f4ba1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)