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 | 髫エ荳櫁ォ | 1110100110011010101101001110010010111000100111101110100010101011 | e99ab4e4b89ee8ab |
EUC-JP | 髫エ荳櫁ォ | 11110001111110101000111010110100111010001011101011011100111010101000111010101011 | f1fa8eb4e8badcea8eab |
UTF-8 | 髫エ荳櫁ォ | 111010011010101110101011111011111011110110110100111010001000110110110011111001101010101110000001111011111011110110101011 | e9ababefbdb4e88db3e6ab81efbdab |
UHC | ??荳?? | 001111110011111111010100111001010011111100111111 | 3f3fd4e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)