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 | 琮攀?趙 | 11111011011010101001110110110011001111111110011011100010 | fb6a9db33fe6e2 |
EUC-JP | 琮攀?趙 | 1000111111001100101100101101101010110101001111111110110011100100 | 8fccb2dab53fece4 |
UTF-8 | 琮攀맑趙 | 111001111001000010101110111001101001010010000000111010111010011110010001111010001011011010011001 | e790aee69480eba791e8b699 |
UHC | 琮攀맑趙 | 1111000011111001110110101110011110111000101111001111000011100001 | f0f9dae7b8bcf0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)