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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 箋怦 | 11100010101100111001110010001000 | e2b39c88 |
EUC-JP | 箋怦 | 11100100101101011101011111101000 | e4b5d7e8 |
UTF-8 | 箋怦 | 111001111010111010001011111001101000000010100110 | e7ae8be680a6 |
UHC | 箋? | 111011111010100000111111 | efa83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)