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 | 釋惜成 | 111001111101011110010000110010011001000010101100 | e7d790c990ac |
EUC-JP | 釋惜成 | 111011101101100111000000110010111100000010101110 | eed9c0cbc0ae |
UTF-8 | 釋惜成 | 111010011000011110001011111001101000001110011100111001101000100010010000 | e9878be6839ce68890 |
UHC | 釋惜成 | 111000001011011111100000101011011110000011110111 | e0b7e0ade0f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)