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 | ????xB | 001111110011111100111111001111110111100001000010 | 3f3f3f3f7842 |
SJIS-WIN | ????xB | 001111110011111100111111001111110111100001000010 | 3f3f3f3f7842 |
EUC-JP | ????xB | 001111110011111100111111001111110111100001000010 | 3f3f3f3f7842 |
UTF-8 | 챔척혦쨍xB | 1110110010110001100101001110110010110010100110011110110110011000101001101110110010101000100011010111100001000010 | ecb194ecb299ed98a6eca88d7842 |
UHC | 챔척혦쨍xB | 11000011101010001100001110110100110000101000111011000010101110000111100001000010 | c3a8c3b4c28ec2b87842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)