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 | 0011111100111111001111110101110001101000 | 3f3f3f5c68 |
SJIS-WIN | ハケ邵\h | 110010101011100111100111101110000101110001101000 | cab9e7b85c68 |
EUC-JP | ハケ邵\h | 1000111011001010100011101011100111101110101110100101110001101000 | 8eca8eb9eeba5c68 |
UTF-8 | ハケ邵\h | 1110111110111110100010101110111110111101101110011110100110000010101101010101110001101000 | efbe8aefbdb9e982b55c68 |
UHC | ??邵\h | 001111110011111111100001110100000101110001101000 | 3f3fe1d05c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)