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 | ????eB | 001111110011111100111111001111110110010101000010 | 3f3f3f3f6542 |
SJIS-WIN | ????eB | 001111110011111100111111001111110110010101000010 | 3f3f3f3f6542 |
EUC-JP | ????eB | 001111110011111100111111001111110110010101000010 | 3f3f3f3f6542 |
UTF-8 | 챨챕혦짜eB | 1110110010110001101010001110110010110001100101011110110110011000101001101110110010100111100111000110010101000010 | ecb1a8ecb195ed98a6eca79c6542 |
UHC | 챨챕혦짜eB | 11000011101100001100001110101001110000101000111011000010101001010110010101000010 | c3b0c3a9c28ec2a56542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)