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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 谿壁獄本^ | 111001101010111010010101110001111000110110010110100101100111101101011110 | e6ae95c78d96967b5e |
EUC-JP | 谿壁獄本^ | 111011001011000011001010110010011011100111110110110010111101110001011110 | ecb0cac9b9f6cbdc5e |
UTF-8 | 谿壁獄本^ | 11101000101100001011111111100101101000111000000111100111100011011000010011100110100111001010110001011110 | e8b0bfe5a381e78d84e69cac5e |
UHC | 谿壁獄本^ | 110011011010110011011011111110101110100010101011110111001110001001011110 | cdacdbfae8abdce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)