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 | 贖順ず^ | 11100110110111001000111110000111100000101011100001011110 | e6dc8f8782b85e |
EUC-JP | 贖順ず^ | 11101100110111101011110111100111101001001011101001011110 | ecdebde7a4ba5e |
UTF-8 | 贖順ず^ | 11101000101101001001011011101001101000001000011011100011100000011001101001011110 | e8b496e9a086e3819a5e |
UHC | 贖順ず^ | 11100001110110111110001011110111101010101011101001011110 | e1dbe2f7aaba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)