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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈞壺沖褻 | 1110011111100000100110101110001010001001101010111110010111110110 | e7e09ae289abe5f6 |
EUC-JP | 鈞壺沖褻 | 1110111011100010110101001110010010110010101011011110101011111000 | eee2d4e4b2adeaf8 |
UTF-8 | 鈞壺沖褻 | 111010011000100010011110111001011010001110111010111001101011001010010110111010001010010010111011 | e9889ee5a3bae6b296e8a4bb |
UHC | 鈞壺沖褻 | 1101000010110111111110111011111011110101111110001110000011100001 | d0b7fbbef5f8e0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)