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 | ?堯邵 | 0011111111101010100111111110011110111000 | 3fea9fe7b8 |
EUC-JP | ?堯邵 | 0011111111110100101000011110111010111010 | 3ff4a1eeba |
UTF-8 | 숷堯邵 | 111011001000100010110111111001011010000010101111111010011000001010110101 | ec88b7e5a0afe982b5 |
UHC | 숷堯邵 | 100110100100110011101000111010111110000111010000 | 9a4ce8ebe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)