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 | ロ・゙錞 | 1101101110100101110111101111101111011011 | dba5defbdb |
EUC-JP | ロ・゙錞 | 100011101101101110001110101001011000111011011110100011111110010011011100 | 8edb8ea58ede8fe4dc |
UTF-8 | ロ・゙錞 | 111011111011111010011011111011111011110110100101111011111011111010011110111010011000110010011110 | efbe9befbda5efbe9ee98c9e |
UHC | ???錞 | 0011111100111111001111111110001011110110 | 3f3f3fe2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)