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 | 諧?提 | 1110011001111110001111111001001011110001 | e67e3f92f1 |
EUC-JP | 諧?提 | 1110101111011111001111111100010011110011 | ebdf3fc4f3 |
UTF-8 | 諧찰提 | 111010001010101110100111111011001011000010110000111001101000111110010000 | e8aba7ecb0b0e68f90 |
UHC | 諧찰提 | 111110101011001011000010111110111111000010101011 | fab2c2fbf0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)