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 | ??A | 001111110011111101000001 | 3f3f41 |
SJIS-WIN | 邵釡A | 1110011110111000111001111101101101000001 | e7b8e7db41 |
EUC-JP | 邵釡A | 1110111010111010111011101101110101000001 | eebaeedd41 |
UTF-8 | 邵釡A | 11101001100000101011010111101001100001111010000101000001 | e982b5e987a141 |
UHC | 邵?A | 11100001110100000011111101000001 | e1d03f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)