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횧챗혦쨘혦짱 | 11101100101100101010110001000011111011011001101010100111111011001011000110010111111011011001100010100110111011001010100010011000111011011001100010100110111011001010011110110001 | ecb2ac43ed9aa7ecb197ed98a6eca898ed98a6eca7b1 |
UHC | 첬C횧챗혦쨘혦짱 | 110000111011101001000011110000111001111011000011101010101100001010001110110000101011101011000010100011101100001010101111 | c3ba43c39ec3aac28ec2bac28ec2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)