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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?陵?繃 | 001111111001011111001011001111111110001101111101 | 3f97cb3fe37d |
EUC-JP | ?陵?繃 | 001111111100111011001101001111111110010111011110 | 3fcecd3fe5de |
UTF-8 | 렺陵렺繃 | 111010111010000010111010111010011001100110110101111010111010000010111010111001111011100110000011 | eba0bae999b5eba0bae7b983 |
UHC | 렺陵렺繃 | 1000111011000010110101111101010110001110110000101101110111011110 | 8ec2d7d58ec2ddde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)