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 | 膽坂恨 | 111001000101101110001101111000101000110110100110 | e45b8de28da6 |
EUC-JP | 膽坂恨 | 111001111011110010111010111001001011101010101000 | e7bcbae4baa8 |
UTF-8 | 膽坂恨 | 111010001000011010111101111001011001110110000010111001101000000110101000 | e886bde59d82e681a8 |
UHC | 膽坂恨 | 110100111100010111110111111110001111100111001111 | d3c5f7f8f9cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)