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 | ?蓚?慫 | 001111111110010011101001001111111001110011001111 | 3fe4e93f9ccf |
EUC-JP | ?蓚?慫 | 001111111110100011101011001111111101100011010001 | 3fe8eb3fd8d1 |
UTF-8 | 렯蓚렩慫 | 111010111010000010101111111010001001001110011010111010111010000010101001111001101000010110101011 | eba0afe8939aeba0a9e685ab |
UHC | 렯蓚렩慫 | 1000111010111100111000101011111010001110101101111111000011110110 | 8ebce2be8eb7f0f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)