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 | 00111111111000001111101000111111001111110101001101000010 | 3fe0fa3f3f5342 |
EUC-JP | ?瓏??SB | 00111111111000001111110000111111001111110101001101000010 | 3fe0fc3f3f5342 |
UTF-8 | 亐瓏렠렪SB | 1110010010111010100100001110011110010011100011111110101110100000101000001110101110100000101010100101001101000010 | e4ba90e7938feba0a0eba0aa5342 |
UHC | 亐瓏렠렪SB | 11101010101001111101011011101010100011101011000110001110101110000101001101000010 | eaa7d6ea8eb18eb85342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)