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 | ¾Ó¾ä | 10111110101011011000111011010011100011111011111011100100 | bead8ed38fbee4 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ???Ó??ä | 0011111100111111001111111000111110101010110100010011111100111111100011111010101110100011 | 3f3f3f8faad13f3f8faba3 |
UTF-8 | ¾Ó¾ä | 1100001010111110110000101010110111000010100011101100001110010011110000101000111111000010101111101100001110100100 | c2bec2adc28ec393c28fc2bec3a4 |
UHC | ¾???¾? | 10101000111110101010000110101001001111110011111100111111101010001111101000111111 | a8faa1a93f3f3fa8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)