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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜩臥崗 | 111001011001001110001001111001111001101110111100 | e59389e79bbc |
EUC-JP | 蜩臥崗 | 111010011111001110110010111010011101011010111110 | e9f3b2e9d6be |
UTF-8 | 蜩臥崗 | 111010001001110010101001111010001000011110100101111001011011010010010111 | e89ca9e887a5e5b497 |
UHC | ?臥崗 | 0011111111101000110000101100101110101011 | 3fe8c2cbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)