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?B | 00111111001111110011111100111111010000110011111101000010 | 3f3f3f3f433f42 |
SJIS-WIN | ????C?B | 00111111001111110011111100111111010000110011111101000010 | 3f3f3f3f433f42 |
EUC-JP | ????C?B | 00111111001111110011111100111111010000110011111101000010 | 3f3f3f3f433f42 |
UTF-8 | 혧채횎청C횏B | 1110110110011000101001111110110010110001100001001110110110011010100011101110110010110010101011010100001111101101100110101000111101000010 | ed98a7ecb184ed9a8eecb2ad43ed9a8f42 |
UHC | 혧채횎청C횏B | 110000101000111111000011101001001100001110001010110000111011101101000011110000111000101101000010 | c28fc3a4c38ac3bb43c38b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)