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 | ¼Ï¼²^¼Õ¼» | 101111001100111110111100101100100101111010111100110101011011110010111011 | bccfbcb25ebcd5bcbb |
SJIS-WIN | ????^???? | 001111110011111100111111001111110101111000111111001111110011111100111111 | 3f3f3f3f5e3f3f3f3f |
EUC-JP | ?Ï??^?Õ?? | 00111111100011111010101011000001001111110011111101011110001111111000111110101010110110000011111100111111 | 3f8faac13f3f5e3f8faad83f3f |
UTF-8 | ¼Ï¼²^¼Õ¼» | 1100001010111100110000111000111111000010101111001100001010110010010111101100001010111100110000111001010111000010101111001100001010111011 | c2bcc38fc2bcc2b25ec2bcc395c2bcc2bb |
UHC | ¼?¼²^¼?¼? | 1010100011111001001111111010100011111001101010011111011101011110101010001111100100111111101010001111100100111111 | a8f93fa8f9a9f75ea8f93fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)