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횊챕혦쩍혦짠 | 11101100101100101010110001000011111011011001101010001010111011001011000110010101111011011001100010100110111011001010100110001101111011011001100010100110111011001010011110100000 | ecb2ac43ed9a8aecb195ed98a6eca98ded98a6eca7a0 |
UHC | 첬C횊챕혦쩍혦짠 | 110000111011101001000011110000111000100011000011101010011100001010001110110000101011110111000010100011101100001010100111 | c3ba43c388c3a9c28ec2bdc28ec2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)