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 | ¼Ï¼¥¼» | 101111001100111110111100101001011011110010111011 | bccfbca5bcbb |
SJIS-WIN | ???¥?? | 00111111001111110011111110000001100011110011111100111111 | 3f3f3f818f3f3f |
EUC-JP | ?Ï???? | 0011111110001111101010101100000100111111001111110011111100111111 | 3f8faac13f3f3f3f |
UTF-8 | ¼Ï¼¥¼» | 110000101011110011000011100011111100001010111100110000101010010111000010101111001100001010111011 | c2bcc38fc2bcc2a5c2bcc2bb |
UHC | ¼?¼?¼? | 101010001111100100111111101010001111100100111111101010001111100100111111 | a8f93fa8f93fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)