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 | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
SJIS-WIN | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
EUC-JP | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
UTF-8 | 청횒혦짝청[ | 11101100101100101010110111101101100110101001001011101101100110001010011011101100101001111001110111101100101100101010110101011011 | ecb2aded9a92ed98a6eca79decb2ad5b |
UHC | 청횒혦짝청[ | 1100001110111011110000111000110111000010100011101100001010100110110000111011101101011011 | c3bbc38dc28ec2a6c3bb5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)