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 | 髫エ荳樊」 | 1110100110011010101101001110010010111000100111101110011010100011 | e99ab4e4b89ee6a3 |
EUC-JP | 髫エ荳樊」 | 11110001111110101000111010110100111010001011101011011100111010001000111010100011 | f1fa8eb4e8badce88ea3 |
UTF-8 | 髫エ荳樊」 | 111010011010101110101011111011111011110110110100111010001000110110110011111001101010100010001010111011111011110110100011 | e9ababefbdb4e88db3e6a88aefbda3 |
UHC | ??荳樊? | 00111111001111111101010011100101110110111110000000111111 | 3f3fd4e5dbe03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)