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 | 筌蔬 | 11100010101000111110010011110100 | e2a3e4f4 |
EUC-JP | 筌蔬 | 11100100101001011110100011110110 | e4a5e8f6 |
UTF-8 | 筌蔬 | 111001111010110110001100111010001001010010101100 | e7ad8ce894ac |
UHC | 筌蔬 | 11101111101001111110000111001010 | efa7e1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)