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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 羣藝瓏@h | 1110001110111000111001010101100111100000111110100100000001101000 | e3b8e559e0fa4068 |
EUC-JP | 羣藝瓏@h | 1110011010111010111010011011101011100000111111000100000001101000 | e6bae9bae0fc4068 |
UTF-8 | 羣藝瓏@h | 1110011110111110101000111110100010010111100111011110011110010011100011110100000001101000 | e7bea3e8979de7938f4068 |
UHC | ?藝瓏@h | 00111111111001111101110111010110111010100100000001101000 | 3fe7ddd6ea4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)