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 | ¾êä¾¼® | 1000111010111110111010101110010010001110101111101011110010101110 | 8ebeeae48ebebcae |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ??êä???® | 0011111100111111100011111010101110110100100011111010101110100011001111110011111100111111100011111010001011101110 | 3f3f8fabb48faba33f3f3f8fa2ee |
UTF-8 | ¾êä¾¼® | 11000010100011101100001010111110110000111010101011000011101001001100001010001110110000101011111011000010101111001100001010101110 | c28ec2bec3aac3a4c28ec2bec2bcc2ae |
UHC | ?¾???¾¼® | 001111111010100011111010001111110011111100111111101010001111101010101000111110011010001011100111 | 3fa8fa3f3f3fa8faa8f9a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)