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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜩臥崗? | 11100101100100111000100111100111100110111011110000111111 | e59389e79bbc3f |
EUC-JP | 蜩臥崗嶴 | 111010011111001110110010111010011101011010111110100011111011101111110011 | e9f3b2e9d6be8fbbf3 |
UTF-8 | 蜩臥崗嶴 | 111010001001110010101001111010001000011110100101111001011011010010010111111001011011011010110100 | e89ca9e887a5e5b497e5b6b4 |
UHC | ?臥崗? | 001111111110100011000010110010111010101100111111 | 3fe8c2cbab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)