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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ウ隆ュ | 10110011111110111110100110101101 | b3fbe9ad |
EUC-JP | ウ?ュ | 1000111010110011001111111000111010101101 | 8eb33f8ead |
UTF-8 | ウ隆ュ | 111011111011110110110011111011111010011110011100111011111011110110101101 | efbdb3efa79cefbdad |
UHC | ?隆? | 00111111111010111101100000111111 | 3febd83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)