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? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-WIN | 邵釡A邵 | 11100111101110001110011111011011010000011110011110111000 | e7b8e7db41e7b8 |
EUC-JP | 邵釡A邵 | 11101110101110101110111011011101010000011110111010111010 | eebaeedd41eeba |
UTF-8 | 邵釡A邵 | 11101001100000101011010111101001100001111010000101000001111010011000001010110101 | e982b5e987a141e982b5 |
UHC | 邵?A邵 | 111000011101000000111111010000011110000111010000 | e1d03f41e1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)