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 | 綣砧碁 | 111000110101101110001011011011011000110011101001 | e35b8b6d8ce9 |
EUC-JP | 綣砧碁 | 111001011011110010110101110011101011100011101011 | e5bcb5ceb8eb |
UTF-8 | 綣砧碁 | 111001111011011010100011111001111010000010100111111001111010001010000001 | e7b6a3e7a0a7e7a281 |
UHC | ?砧碁 | 0011111111110110110110111101000110110011 | 3ff6dbd1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)