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 | Ãñ~ | 1100001110010100110000111011000101111110 | c394c3b17e |
SJIS-WIN | ???±~ | 001111110011111100111111100000010111110101111110 | 3f3f3f817d7e |
EUC-JP | �ñ~ | 10001111101010101010101000111111100011111010101010101010101000011101111001111110 | 8faaaa3f8faaaaa1de7e |
UTF-8 | Ãñ~ | 110000111000001111000010100101001100001110000011110000101011000101111110 | c383c294c383c2b17e |
UHC | ???±~ | 001111110011111100111111101000011011111001111110 | 3f3f3fa1be7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)