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 | 焏基筒焏 | 1111101101010011100010101110111010010011100110111111101101010011 | fb538aee939bfb53 |
EUC-JP | 焏基筒焏 | 10001111110010011110100110110100111100001100010111111011100011111100100111101001 | 8fc9e9b4f0c5fb8fc9e9 |
UTF-8 | 焏基筒焏 | 111001111000010010001111111001011001111110111010111001111010110110010010111001111000010010001111 | e7848fe59fbae7ad92e7848f |
UHC | ?基筒? | 001111111101000011110001111101111101010100111111 | 3fd0f1f7d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)