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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 繒?毫?^ | 11111011100011110011111110011111011111000011111101011110 | fb8f3f9f7c3f5e |
EUC-JP | 繒?毫?^ | 1000111111010100110101000011111111011101110111010011111101011110 | 8fd4d43fdddd3f5e |
UTF-8 | 繒렩毫렲^ | 11100111101110011001001011101011101000001010100111100110101011111010101111101011101000001011001001011110 | e7b992eba0a9e6afabeba0b25e |
UHC | 繒렩毫렲^ | 111100011111100110001110101101111111101111000110100011101011111101011110 | f1f98eb7fbc68ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)