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 | »³¼°] | 100011111011101110110011101111001011000001011101 | 8fbbb3bcb05d |
SJIS-WIN | ????°] | 00111111001111110011111100111111100000011000101101011101 | 3f3f3f3f818b5d |
EUC-JP | ????°] | 00111111001111110011111100111111101000011110101101011101 | 3f3f3f3fa1eb5d |
UTF-8 | »³¼°] | 1100001010001111110000101011101111000010101100111100001010111100110000101011000001011101 | c28fc2bbc2b3c2bcc2b05d |
UHC | ??³¼°] | 001111110011111110101001111110001010100011111001101000011100011001011101 | 3f3fa9f8a8f9a1c65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)