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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????址 | 001111110011111100111111001111111001101010101100 | 3f3f3f3f9aac |
EUC-JP | ????址 | 001111110011111100111111001111111101010010101110 | 3f3f3f3fd4ae |
UTF-8 | 泥얗렣렢址 | 111011111010011110100011111011001001011010010111111010111010000010100011111010111010000010100010111001011001110110000000 | efa7a3ec9697eba0a3eba0a2e59d80 |
UHC | 泥얗렣렢址 | 11101100101100101011111011101001100011101011010010001110101100111111001010100011 | ecb2bee98eb48eb3f2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)