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 | çÎçÎ^ | 111001111100111010001011100100011110011111001110100010111000111101011110 | e7ce8b91e7ce8b8f5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | çÎ??çÎ??^ | 1000111110101011101011101000111110101010110000100011111100111111100011111010101110101110100011111010101011000010001111110011111101011110 | 8fabae8faac23f3f8fabae8faac23f3f5e |
UTF-8 | çÎçÎ^ | 1100001110100111110000111000111011000010100010111100001010010001110000111010011111000011100011101100001010001011110000101000111101011110 | c3a7c38ec28bc291c3a7c38ec28bc28f5e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)