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 | 踰キ諱雁セ | 1110011011111010101101111110011010000001100010101110010110111110 | e6fab7e6818ae5be |
EUC-JP | 踰キ諱雁セ | 11101100111111001000111010110111111010111110000110110100111001111000111010111110 | ecfc8eb7ebe1b4e78ebe |
UTF-8 | 踰キ諱雁セ | 111010001011100010110000111011111011110110110111111010001010101110110001111010011001101110000001111011111011110110111110 | e8b8b0efbdb7e8abb1e99b81efbdbe |
UHC | 踰?諱雁? | 1110101110110010001111111111110111001001111001001101001000111111 | ebb23ffdc9e4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)