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 | 矣絲事 | 111000011110000111100011010011101000111010010110 | e1e1e34e8e96 |
EUC-JP | 矣絲事 | 111000101110001111100101101011111011101111110110 | e2e3e5afbbf6 |
UTF-8 | 矣絲事 | 111001111001111110100011111001111011010110110010111001001011101010001011 | e79fa3e7b5b2e4ba8b |
UHC | 矣絲事 | 111010111111100011011110111010101101111011000000 | ebf8deeadec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)