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 | 鬮」蜍滉コ | 1110100110101011101000111110010110001011100111111110010010111010 | e9aba3e58b9fe4ba |
EUC-JP | 鬮」蜍滉コ | 11110010101011011000111010100011111010011110101111011110111001101000111010111010 | f2ad8ea3e9ebdee68eba |
UTF-8 | 鬮」蜍滉コ | 111010011010110010101110111011111011110110100011111010001001110010001101111001101011101110001001111011111011110110111010 | e9acaeefbda3e89c8de6bb89efbdba |
UHC | ???滉? | 001111110011111100111111111111001101000100111111 | 3f3f3ffcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)