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 | 盞¥潮盞¥ | 11100001101101011000000110001111100100101010101011100001101101011000000110001111 | e1b5818f92aae1b5818f |
EUC-JP | 盞¥潮盞¥ | 11100010101101111010000111101111110001001010110011100010101101111010000111101111 | e2b7a1efc4ace2b7a1ef |
UTF-8 | 盞¥潮盞¥ | 111001111001101110011110111011111011111110100101111001101011110110101110111001111001101110011110111011111011111110100101 | e79b9eefbfa5e6bdaee79b9eefbfa5 |
UHC | 盞¥潮盞¥ | 11101101110100111010000111001101111100001100110111101101110100111010000111001101 | edd3a1cdf0cdedd3a1cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)