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 | çô°ï½®^ | 11100111111101001011000011101111101111011010111001011110 | e7f4b0efbdae5e |
SJIS-WIN | ??°???^ | 0011111100111111100000011000101100111111001111110011111101011110 | 3f3f818b3f3f3f5e |
EUC-JP | çô°ï?®^ | 10001111101010111010111010001111101010111101010010100001111010111000111110101011110000010011111110001111101000101110111001011110 | 8fabae8fabd4a1eb8fabc13f8fa2ee5e |
UTF-8 | çô°ï½®^ | 11000011101001111100001110110100110000101011000011000011101011111100001010111101110000101010111001011110 | c3a7c3b4c2b0c3afc2bdc2ae5e |
UHC | ??°?½®^ | 00111111001111111010000111000110001111111010100011110110101000101110011101011110 | 3f3fa1c63fa8f6a2e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)