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 | ?W?z | 00111111010101110011111101111010 | 3f573f7a |
SJIS-WIN | 紆W紆z | 111000101111110001010111111000101111110001111010 | e2fc57e2fc7a |
EUC-JP | 紆W紆z | 111001001111111001010111111001001111111001111010 | e4fe57e4fe7a |
UTF-8 | 紆W紆z | 1110011110110100100001100101011111100111101101001000011001111010 | e7b48657e7b4867a |
UHC | 紆W紆z | 111010011110000101010111111010011110000101111010 | e9e157e9e17a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)