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 | ¼ÀD¼ÀD^ | 10111100110000000100010010111100110000000100010001011110 | bcc044bcc0445e |
SJIS-WIN | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
EUC-JP | ?ÀD?ÀD^ | 0011111110001111101010101010001001000100001111111000111110101010101000100100010001011110 | 3f8faaa2443f8faaa2445e |
UTF-8 | ¼ÀD¼ÀD^ | 1100001010111100110000111000000001000100110000101011110011000011100000000100010001011110 | c2bcc38044c2bcc380445e |
UHC | ¼?D¼?D^ | 101010001111100100111111010001001010100011111001001111110100010001011110 | a8f93f44a8f93f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)