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 | ???÷ | 00111111001111110011111111110111 | 3f3f3ff7 |
SJIS-WIN | 紆?宰÷ | 11100010111111000011111110001101110010011000000110000000 | e2fc3f8dc98180 |
EUC-JP | 紆?宰÷ | 11100100111111100011111110111010110010111010000111100000 | e4fe3fbacba1e0 |
UTF-8 | 紆렡宰÷ | 1110011110110100100001101110101110100000101000011110010110101110101100001100001110110111 | e7b486eba0a1e5aeb0c3b7 |
UHC | 紆렡宰÷ | 1110100111100001100011101011001011101110101001011010000111000000 | e9e18eb2eea5a1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)