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 | ¼Ê¼×\ | 1011110011001010101111001101011101011100 | bccabcd75c |
SJIS-WIN | ???×\ | 001111110011111100111111100000010111111001011100 | 3f3f3f817e5c |
EUC-JP | ?Ê?×\ | 0011111110001111101010101011010000111111101000011101111101011100 | 3f8faab43fa1df5c |
UTF-8 | ¼Ê¼×\ | 110000101011110011000011100010101100001010111100110000111001011101011100 | c2bcc38ac2bcc3975c |
UHC | ¼?¼×\ | 1010100011111001001111111010100011111001101000011011111101011100 | a8f93fa8f9a1bf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)