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 | 釈柴蔗 | 100011101101111110001110110001001110010011110010 | 8edf8ec4e4f2 |
EUC-JP | 釈柴蔗 | 101111001110000110111100110001101110100011110100 | bce1bcc6e8f4 |
UTF-8 | 釈柴蔗 | 111010011000011110001000111001101001111110110100111010001001010010010111 | e98788e69fb4e89497 |
UHC | ?柴蔗 | 0011111111100011110000111110110110111101 | 3fe3c3edbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)