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 | 翩羞翩 | 111000111100011111100011101101011110001111000111 | e3c7e3b5e3c7 |
EUC-JP | 翩羞翩 | 111001101100100111100110101101111110011011001001 | e6c9e6b7e6c9 |
UTF-8 | 翩羞翩 | 111001111011111110101001111001111011111010011110111001111011111110101001 | e7bfa9e7be9ee7bfa9 |
UHC | 翩羞翩 | 111110001011101111100010101110101111100010111011 | f8bbe2baf8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)