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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 羣藝瓲\ | 11100011101110001110010101011001111000010100010101011100 | e3b8e559e1455c |
EUC-JP | 羣藝瓲\ | 11100110101110101110100110111010111000011010011001011100 | e6bae9bae1a65c |
UTF-8 | 羣藝瓲\ | 11100111101111101010001111101000100101111001110111100111100100111011001001011100 | e7bea3e8979de793b25c |
UHC | ?藝?\ | 0011111111100111110111010011111101011100 | 3fe7dd3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)