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 | ?j?????? | 0011111101101010001111110011111100111111001111110011111100111111 | 3f6a3f3f3f3f3f3f |
SJIS-WIN | ?j?????? | 0011111101101010001111110011111100111111001111110011111100111111 | 3f6a3f3f3f3f3f3f |
EUC-JP | ?j?????? | 0011111101101010001111110011111100111111001111110011111100111111 | 3f6a3f3f3f3f3f3f |
UTF-8 | 청j혦혙혷횖혟혚 | 11101100101100101010110101101010111011011001100010100110111011011001100010011001111011011001100010110111111011011001101010010110111011011001100010011111111011011001100010011010 | ecb2ad6aed98a6ed9899ed98b7ed9a96ed989fed989a |
UHC | 청j혦혙혷횖혟혚 | 110000111011101101101010110000101000111011000010100001001100001010011110110000111001000011000010100010011100001010000101 | c3bb6ac28ec284c29ec390c289c285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)