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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髫エ陋セ蟲コ | 111010011001101010110100111010001001101110111110111001011011001110111010 | e99ab4e89bbee5b3ba |
EUC-JP | 髫エ陋セ蟲コ | 111100011111101010001110101101001110111111111011100011101011111011101010101101011000111010111010 | f1fa8eb4effb8ebeeab58eba |
UTF-8 | 髫エ陋セ蟲コ | 111010011010101110101011111011111011110110110100111010011001100110001011111011111011110110111110111010001001111110110010111011111011110110111010 | e9ababefbdb4e9998befbdbee89fb2efbdba |
UHC | ??陋?蟲? | 0011111100111111110101111011000000111111111101011111100100111111 | 3f3fd7b03ff5f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)