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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 紆僥h | 1110001011111100100110010100011001101000 | e2fc994668 |
EUC-JP | 紆僥h | 1110010011111110110100011010011101101000 | e4fed1a768 |
UTF-8 | 紆僥h | 11100111101101001000011011100101100000111010010101101000 | e7b486e583a568 |
UHC | 紆僥h | 1110100111100001111010001110100101101000 | e9e1e8e968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)