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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雜ウ增⑦ | 11101000101101101011001111111010100111011000011101000110 | e8b6b3fa9d8746 |
EUC-JP | 雜ウ?? | 111100001011100010001110101100110011111100111111 | f0b88eb33f3f |
UTF-8 | 雜ウ增⑦ | 111010011001101110011100111011111011110110110011111001011010001010011110111000101001000110100110 | e99b9cefbdb3e5a29ee291a6 |
UHC | 雜?增⑦ | 11101101110110100011111111110001111100101010100011101101 | edda3ff1f2a8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)