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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 枝狡?? | 100011100111110111100000110000100011111100111111 | 8e7de0c23f3f |
EUC-JP | 枝狡?? | 101110111101111011100000110001000011111100111111 | bbdee0c43f3f |
UTF-8 | 枝狡렱렲 | 111001101001111010011101111001111000101110100001111010111010000010110001111010111010000010110010 | e69e9de78ba1eba0b1eba0b2 |
UHC | 枝狡렱렲 | 1111001010101011110011101110101010001110101111101000111010111111 | f2abceea8ebe8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)