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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豌城嚆 | 111001101011000010001111111010011001101010000101 | e6b08fe99a85 |
EUC-JP | 豌城嚆 | 111011001011001010111110111010111101001111100101 | ecb2beebd3e5 |
UTF-8 | 豌城嚆 | 111010001011000110001100111001011001111110001110111001011001101010000110 | e8b18ce59f8ee59a86 |
UHC | 豌城嚆 | 111010001101010111100000111100101111110011110111 | e8d5e0f2fcf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)