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 | ???絶? | 001111110011111100111111100100001110001000111111 | 3f3f3f90e23f |
EUC-JP | 琰??絶? | 1000111111001100101101000011111100111111110000001110010000111111 | 8fccb43f3fc0e43f |
UTF-8 | 琰쇤킓絶뗰 | 111001111001000010110000111011001000011110100100111011011000001010010011111001111011010110110110111010111001011110110000 | e790b0ec87a4ed8293e7b5b6eb97b0 |
UHC | 琰쇤킓絶뗰 | 11100110111111001011110011101001101101001001111111101111101111101000101111101111 | e6fcbce9b49fefbe8bef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)