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 | 悉矗悉矇^ | 100011101011101111100001110111101000111010111011111000011101110001011110 | 8ebbe1de8ebbe1dc5e |
EUC-JP | 悉矗悉矇^ | 101111001011110111100010111000001011110010111101111000101101111001011110 | bcbde2e0bcbde2de5e |
UTF-8 | 悉矗悉矇^ | 11100110100000101000100111100111100111111001011111100110100000101000100111100111100111111000011101011110 | e68289e79f97e68289e79f875e |
UHC | 悉矗悉?^ | 1110001111111010111101011011100011100011111110100011111101011110 | e3faf5b8e3fa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)