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 | åÑê±½ | 1110010110001110100100111101000110001100111010101011000110111101 | e58e93d18ceab1bd |
SJIS-WIN | ??????±? | 001111110011111100111111001111110011111100111111100000010111110100111111 | 3f3f3f3f3f3f817d3f |
EUC-JP | å??Ñ?ê±? | 100011111010101110101001001111110011111110001111101010101101000000111111100011111010101110110100101000011101111000111111 | 8faba93f3f8faad03f8fabb4a1de3f |
UTF-8 | åÑê±½ | 11000011101001011100001010001110110000101001001111000011100100011100001010001100110000111010101011000010101100011100001010111101 | c3a5c28ec293c391c28cc3aac2b1c2bd |
UHC | ??????±½ | 00111111001111110011111100111111001111110011111110100001101111101010100011110110 | 3f3f3f3f3f3fa1bea8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)