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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逕ッ辷セ驩 | 1110011110010100101011111110011110001000101111101110100110001001 | e794afe788bee989 |
EUC-JP | 逕ッ辷セ驩 | 11101101111101001000111010101111111011011110100010001110101111101111000111101001 | edf48eafede88ebef1e9 |
UTF-8 | 逕ッ辷セ驩 | 111010011000000010010101111011111011110110101111111010001011111010110111111011111011110110111110111010011010100110101001 | e98095efbdafe8beb7efbdbee9a9a9 |
UHC | 逕???驩 | 11001100111011110011111100111111001111111111110010111110 | ccef3f3f3ffcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)