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 | óà¯à} | 100111111111001111100000101011111110000001111101 | 9ff3e0afe07d |
SJIS-WIN | ?????} | 001111110011111100111111001111110011111101111101 | 3f3f3f3f3f7d |
EUC-JP | ?óà¯à} | 0011111110001111101010111101000110001111101010111010001010001111101000101011010010001111101010111010001001111101 | 3f8fabd18faba28fa2b48faba27d |
UTF-8 | óà¯à} | 1100001010011111110000111011001111000011101000001100001010101111110000111010000001111101 | c29fc3b3c3a0c2afc3a07d |
UHC | ?????} | 001111110011111100111111001111110011111101111101 | 3f3f3f3f3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)