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 | 鋙エ邨 | 1111101111010001101101001110011110110101 | fbd1b4e7b5 |
EUC-JP | 鋙エ邨 | 10001111111001001100001110001110101101001110111010110111 | 8fe4c38eb4eeb7 |
UTF-8 | 鋙エ邨 | 111010011000101110011001111011111011110110110100111010011000001010101000 | e98b99efbdb4e982a8 |
UHC | ??邨 | 00111111001111111111010110111110 | 3f3ff5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)