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 | ????j^ | 001111110011111100111111001111110110101001011110 | 3f3f3f3f6a5e |
SJIS-WIN | ????j^ | 001111110011111100111111001111110110101001011110 | 3f3f3f3f6a5e |
EUC-JP | ????j^ | 001111110011111100111111001111110110101001011110 | 3f3f3f3f6a5e |
UTF-8 | 챘챨혦짖j^ | 1110110010110001100110001110110010110001101010001110110110011000101001101110110010100111100101100110101001011110 | ecb198ecb1a8ed98a6eca7966a5e |
UHC | 챘챨혦짖j^ | 11000011101010111100001110110000110000101000111011000010101000100110101001011110 | c3abc3b0c28ec2a26a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)