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 | ¼Ý¼àèú^ | 10111100110111011011110011100000111010001111101001011110 | bcddbce0e8fa5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?Ý?àèú^ | 001111111000111110101010111100100011111110001111101010111010001010001111101010111011001010001111101010111110001001011110 | 3f8faaf23f8faba28fabb28fabe25e |
UTF-8 | ¼Ý¼àèú^ | 11000010101111001100001110011101110000101011110011000011101000001100001110101000110000111011101001011110 | c2bcc39dc2bcc3a0c3a8c3ba5e |
UHC | ¼?¼???^ | 101010001111100100111111101010001111100100111111001111110011111101011110 | a8f93fa8f93f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)