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 | ?C?????? | 0011111101000011001111110011111100111111001111110011111100111111 | 3f433f3f3f3f3f3f |
SJIS-WIN | ?C?????? | 0011111101000011001111110011111100111111001111110011111100111111 | 3f433f3f3f3f3f3f |
EUC-JP | ?C?????? | 0011111101000011001111110011111100111111001111110011111100111111 | 3f433f3f3f3f3f3f |
UTF-8 | 첬C횧챰혦쩍혦쩌 | 11101100101100101010110001000011111011011001101010100111111011001011000110110000111011011001100010100110111011001010100110001101111011011001100010100110111011001010100110001100 | ecb2ac43ed9aa7ecb1b0ed98a6eca98ded98a6eca98c |
UHC | 첬C횧챰혦쩍혦쩌 | 110000111011101001000011110000111001111011000011101100011100001010001110110000101011110111000010100011101100001010111100 | c3ba43c39ec3b1c28ec2bdc28ec2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)