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 | 釈七粫 | 100011101101111110001110101101011110001011100110 | 8edf8eb5e2e6 |
EUC-JP | 釈七粫 | 101111001110000110111100101101111110010011101000 | bce1bcb7e4e8 |
UTF-8 | 釈七粫 | 111010011000011110001000111001001011100010000011111001111011001010101011 | e98788e4b883e7b2ab |
UHC | ?七? | 00111111111101101101001000111111 | 3ff6d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)