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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ワ鞋錚 | 1101110011101000110111001110100001000010 | dce8dce842 |
EUC-JP | ワ鞋錚 | 100011101101110011110000110111101110111110100011 | 8edcf0deefa3 |
UTF-8 | ワ鞋錚 | 111011111011111010011100111010011001111010001011111010011000110010011010 | efbe9ce99e8be98c9a |
UHC | ?鞋錚 | 0011111111111011101110011110111010110110 | 3ffbb9eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)