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 | ö®úµBF | 111101101010111011111010101101010100001001000110 | f6aefab54246 |
SJIS-WIN | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
EUC-JP | ö®ú?BF | 100011111010101111010011100011111010001011101110100011111010101111100010001111110100001001000110 | 8fabd38fa2ee8fabe23f4246 |
UTF-8 | ö®úµBF | 11000011101101101100001010101110110000111011101011000010101101010100001001000110 | c3b6c2aec3bac2b54246 |
UHC | ?®??BF | 00111111101000101110011100111111001111110100001001000110 | 3fa2e73f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)