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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 消ヲ勺緖エ^ | 100011111100000110100110100011101101100111111011100011101011010001011110 | 8fc1a68ed9fb8eb45e |
EUC-JP | 消ヲ勺?エ^ | 10111110110000111000111010100110101111001101101100111111100011101011010001011110 | bec38ea6bcdb3f8eb45e |
UTF-8 | 消ヲ勺緖エ^ | 11100110101101101000100011101111101111011010011011100101100010111011101011100111101101111001011011101111101111011011010001011110 | e6b688efbda6e58bbae7b796efbdb45e |
UHC | 消?勺緖?^ | 111000011011110000111111111011011100001111011111111111010011111101011110 | e1bc3fedc3dffd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)