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 | 00111111101011100011111100111111101011100011111101000010 | 3fae3f3fae3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ?®??®?B | 0011111110001111101000101110111000111111001111111000111110100010111011100011111101000010 | 3f8fa2ee3f3f8fa2ee3f42 |
UTF-8 | 閱®껍閱®껍B | 1110100110010110101100011100001010101110111010101011101110001101111010011001011010110001110000101010111011101010101110111000110101000010 | e996b1c2aeeabb8de996b1c2aeeabb8d42 |
UHC | 閱®껍閱®껍B | 11100110111100111010001011100111101100101010111011100110111100111010001011100111101100101010111001000010 | e6f3a2e7b2aee6f3a2e7b2ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)