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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 紙?}紙?{^ | 100011101000011000111111011111011000111010000110001111110111101101011110 | 8e863f7d8e863f7b5e |
EUC-JP | 紙?}紙?{^ | 101110111110011000111111011111011011101111100110001111110111101101011110 | bbe63f7dbbe63f7b5e |
UTF-8 | 紙렒}紙렒{^ | 111001111011010010011001111010111010000010010010011111011110011110110100100110011110101110100000100100100111101101011110 | e7b499eba0927de7b499eba0927b5e |
UHC | 紙렒}紙렒{^ | 1111001010110101100011101010011101111101111100101011010110001110101001110111101101011110 | f2b58ea77df2b58ea77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)