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 | ã÷Þéh | 1110001111110111110111101110100101101000 | e3f7dee968 |
SJIS-WIN | ?÷??h | 001111111000000110000000001111110011111101101000 | 3f81803f3f68 |
EUC-JP | ã÷Þéh | 100011111010101110101010101000011110000010001111101010011011000010001111101010111011000101101000 | 8fabaaa1e08fa9b08fabb168 |
UTF-8 | ã÷Þéh | 110000111010001111000011101101111100001110011110110000111010100101101000 | c3a3c3b7c39ec3a968 |
UHC | ?÷Þ?h | 00111111101000011100000010101000101011010011111101101000 | 3fa1c0a8ad3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)