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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疥o雙 | 111000010110110110000010100011111001100111010100 | e16d828f99d4 |
EUC-JP | 疥o雙 | 111000011100111010100011111011111101001011010110 | e1cea3efd2d6 |
UTF-8 | 疥o雙 | 111001111001011010100101111011111011110110001111111010011001101110011001 | e796a5efbd8fe99b99 |
UHC | 疥o雙 | 110010111100101010100011111011111110010010101010 | cbcaa3efe4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)