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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | 縡?凋?SB | 1110001101110001001111111001001010011100001111110101001101000010 | e3713f929c3f5342 |
EUC-JP | 縡?凋?SB | 1110010111010010001111111100001111111100001111110101001101000010 | e5d23fc3fc3f5342 |
UTF-8 | 縡렭凋렪SB | 1110011110111000101000011110101110100000101011011110010110000111100010111110101110100000101010100101001101000010 | e7b8a1eba0ade5878beba0aa5342 |
UHC | 縡렭凋렪SB | 11101110101011011000111010111010111100001011110110001110101110000101001101000010 | eead8ebaf0bd8eb85342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)