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 | ????F?? | 00111111001111110011111100111111010001100011111100111111 | 3f3f3f3f463f3f |
SJIS-WIN | ????F?? | 00111111001111110011111100111111010001100011111100111111 | 3f3f3f3f463f3f |
EUC-JP | ????F?? | 00111111001111110011111100111111010001100011111100111111 | 3f3f3f3f463f3f |
UTF-8 | 청횋혦짱F챔쩍 | 11101100101100101010110111101101100110101000101111101101100110001010011011101100101001111011000101000110111011001011000110010100111011001010100110001101 | ecb2aded9a8bed98a6eca7b146ecb194eca98d |
UHC | 청횋혦짱F챔쩍 | 11000011101110111100001110001001110000101000111011000010101011110100011011000011101010001100001010111101 | c3bbc389c28ec2af46c3a8c2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)