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 | ?????|?? | 0011111100111111001111110011111100111111011111000011111100111111 | 3f3f3f3f3f7c3f3f |
SJIS-WIN | ?????|?? | 0011111100111111001111110011111100111111011111000011111100111111 | 3f3f3f3f3f7c3f3f |
EUC-JP | ?????|?? | 0011111100111111001111110011111100111111011111000011111100111111 | 3f3f3f3f3f7c3f3f |
UTF-8 | 청혦혯챰혧|청혦 | 11101100101100101010110111101101100110001010011011101101100110001010111111101100101100011011000011101101100110001010011101111100111011001011001010101101111011011001100010100110 | ecb2aded98a6ed98afecb1b0ed98a77cecb2aded98a6 |
UHC | 청혦혯챰혧|청혦 | 110000111011101111000010100011101100001010010110110000111011000111000010100011110111110011000011101110111100001010001110 | c3bbc28ec296c3b1c28f7cc3bbc28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)