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 | 園???誼 | 10001001100000000011111100111111001111111000101101100010 | 89803f3f3f8b62 |
EUC-JP | 園???誼 | 10110001111000000011111100111111001111111011010111000011 | b1e03f3f3fb5c3 |
UTF-8 | 園뜻렮렟誼 | 111001011001110010010010111010111001110010111011111010111010000010101110111010111010000010011111111010001010101010111100 | e59c92eb9cbbeba0aeeba09fe8aabc |
UHC | 園뜻렮렟誼 | 11101010101011101011011011100110100011101011101110001110101100001110101111111110 | eaaeb6e68ebb8eb0ebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)