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 | 洩族楔 | 100010010110101110010001101100001001111010110110 | 896b91b09eb6 |
EUC-JP | 洩族楔 | 101100011100110011000010101100101101110010111000 | b1ccc2b2dcb8 |
UTF-8 | 洩族楔 | 111001101011010010101001111001101001011110001111111001101010010110010100 | e6b4a9e6978fe6a594 |
UHC | 洩族楔 | 111000001101110111110000111010011110000011011011 | e0ddf0e9e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)