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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?妖耕B | 001111111001011101100100100011010110101101000010 | 3f97648d6b42 |
EUC-JP | ?妖耕B | 001111111100110111000101101110011100110001000010 | 3fcdc5b9cc42 |
UTF-8 | 뤝妖耕B | 11101011101001001001110111100101101001101001011011101000100000001001010101000010 | eba49de5a696e8809542 |
UHC | 뤝妖耕B | 10001111110011001110100011101101110011001110100101000010 | 8fcce8edcce942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)