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 | îç°V | 11101110100101001000100111100111101100001001000101010110 | ee9489e7b09156 |
SJIS-WIN | ????°?V | 0011111100111111001111110011111110000001100010110011111101010110 | 3f3f3f3f818b3f56 |
EUC-JP | î??ç°?V | 100011111010101111000010001111110011111110001111101010111010111010100001111010110011111101010110 | 8fabc23f3f8fabaea1eb3f56 |
UTF-8 | îç°V | 11000011101011101100001010010100110000101000100111000011101001111100001010110000110000101001000101010110 | c3aec294c289c3a7c2b0c29156 |
UHC | ????°?V | 0011111100111111001111110011111110100001110001100011111101010110 | 3f3f3f3fa1c63f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)