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 | 髢セ驢肴」 | 1110100110010110101111101110100110000110100011011110011010100011 | e996bee9868de6a3 |
EUC-JP | 髢セ驢肴」 | 11110001111101101000111010111110111100011110011010111010111010001000111010100011 | f1f68ebef1e6bae88ea3 |
UTF-8 | 髢セ驢肴」 | 111010011010101110100010111011111011110110111110111010011010100110100010111010001000001010110100111011111011110110100011 | e9aba2efbdbee9a9a2e882b4efbda3 |
UHC | ??驢肴? | 00111111001111111101010111110000111111011010001000111111 | 3f3fd5f0fda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)