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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 醂ヲマィケ | 111001111100110010100110110011111010100010111001 | e7cca6cfa8b9 |
EUC-JP | 醂ヲマィケ | 11101110110011101000111010100110100011101100111110001110101010001000111010111001 | eece8ea68ecf8ea88eb9 |
UTF-8 | 醂ヲマィケ | 111010011000011010000010111011111011110110100110111011111011111010001111111011111011110110101000111011111011110110111001 | e98682efbda6efbe8fefbda8efbdb9 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)