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 | ¼Ï¼®¼¥ | 101111001100111110111100101011101011110010100101 | bccfbcaebca5 |
SJIS-WIN | ?????¥ | 00111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f818f |
EUC-JP | ?Ï?®?? | 00111111100011111010101011000001001111111000111110100010111011100011111100111111 | 3f8faac13f8fa2ee3f3f |
UTF-8 | ¼Ï¼®¼¥ | 110000101011110011000011100011111100001010111100110000101010111011000010101111001100001010100101 | c2bcc38fc2bcc2aec2bcc2a5 |
UHC | ¼?¼®¼? | 10101000111110010011111110101000111110011010001011100111101010001111100100111111 | a8f93fa8f9a2e7a8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)