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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 軏情摺迸カ | 111110111011001010001111111011101001000010100000111001111001111010110110 | fbb28fee90a0e79eb6 |
EUC-JP | 軏情摺迸カ | 1000111111100000110110011011111011110000110000001010001011101101111111101000111010110110 | 8fe0d9bef0c0a2edfe8eb6 |
UTF-8 | 軏情摺迸カ | 111010001011101110001111111001101000001110000101111001101001000110111010111010001011111110111000111011111011110110110110 | e8bb8fe68385e691bae8bfb8efbdb6 |
UHC | ?情摺?? | 00111111111011111101011111101111110010010011111100111111 | 3fefd7efc93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)