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 | 髫エ蟲ィホ | 11101001100110101011010011100101101100111010100011001110 | e99ab4e5b3a8ce |
EUC-JP | 髫エ蟲ィホ | 11110001111110101000111010110100111010101011010110001110101010001000111011001110 | f1fa8eb4eab58ea88ece |
UTF-8 | 髫エ蟲ィホ | 111010011010101110101011111011111011110110110100111010001001111110110010111011111011110110101000111011111011111010001110 | e9ababefbdb4e89fb2efbda8efbe8e |
UHC | ??蟲?? | 001111110011111111110101111110010011111100111111 | 3f3ff5f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)