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 | 1110100011110111100111001111111001101000 | e8f79cfe68 |
SJIS-WIN | ?÷??h | 001111111000000110000000001111110011111101101000 | 3f81803f3f68 |
EUC-JP | è÷?þh | 10001111101010111011001010100001111000000011111110001111101010011101000001101000 | 8fabb2a1e03f8fa9d068 |
UTF-8 | è÷þh | 110000111010100011000011101101111100001010011100110000111011111001101000 | c3a8c3b7c29cc3be68 |
UHC | ?÷?þh | 00111111101000011100000000111111101010011010110101101000 | 3fa1c03fa9ad68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)