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 | ??????rB | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
SJIS-WIN | ??????rB | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
EUC-JP | ??????rB | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
UTF-8 | 청짚짠챔혖혺rB | 1110110010110010101011011110110010100111100110101110110010100111101000001110110010110001100101001110110110011000100101101110110110011000101110100111001001000010 | ecb2adeca79aeca7a0ecb194ed9896ed98ba7242 |
UHC | 청짚짠챔혖혺rB | 1100001110111011110000101010010011000010101001111100001110101000110000101000000111000010100111110111001001000010 | c3bbc2a4c2a7c3a8c281c29f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)