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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 巡?瑤^ | 100011111000010000111111111010101010001001011110 | 8f843feaa25e |
EUC-JP | 巡?瑤^ | 101111011110010000111111111101001010010001011110 | bde43ff4a45e |
UTF-8 | 巡섑瑤^ | 11100101101101111010000111101100100001001001000111100111100100011010010001011110 | e5b7a1ec8491e791a45e |
UHC | 巡섑瑤^ | 11100010110111101001100011101101111010001111110101011110 | e2de98ede8fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)