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 | ????G?B | 00111111001111110011111100111111010001110011111101000010 | 3f3f3f3f473f42 |
SJIS-WIN | ????G?B | 00111111001111110011111100111111010001110011111101000010 | 3f3f3f3f473f42 |
EUC-JP | ????G?B | 00111111001111110011111100111111010001110011111101000010 | 3f3f3f3f473f42 |
UTF-8 | 혧챔횉청G횊B | 1110110110011000101001111110110010110001100101001110110110011010100010011110110010110010101011010100011111101101100110101000101001000010 | ed98a7ecb194ed9a89ecb2ad47ed9a8a42 |
UHC | 혧챔횉청G횊B | 110000101000111111000011101010001100001110000111110000111011101101000111110000111000100001000010 | c28fc3a8c387c3bb47c38842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)