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 | ¼û¼û^ | 10111100111110111001101010111100111110111001100001011110 | bcfb9abcfb985e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?û??û?^ | 0011111110001111101010111110010100111111001111111000111110101011111001010011111101011110 | 3f8fabe53f3f8fabe53f5e |
UTF-8 | ¼û¼û^ | 11000010101111001100001110111011110000101001101011000010101111001100001110111011110000101001100001011110 | c2bcc3bbc29ac2bcc3bbc2985e |
UHC | ¼??¼??^ | 101010001111100100111111001111111010100011111001001111110011111101011110 | a8f93f3fa8f93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)