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 | 螫イ諡弯 | 11100101101011001011001011100110100010111001110001011110 | e5acb2e68b9c5e |
EUC-JP | 螫イ諡弯 | 1110101010101110100011101011001011101011111010111101011110111111 | eaae8eb2ebebd7bf |
UTF-8 | 螫イ諡弯 | 111010001001111010101011111011111011110110110010111010001010101110100001111001011011110010101111 | e89eabefbdb2e8aba1e5bcaf |
UHC | ??諡? | 0011111100111111111000111100110100111111 | 3f3fe3cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)