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 | 摯?紋胡? | 1001110110010101001111111001011011100100100011001101001100111111 | 9d953f96e48cd33f |
EUC-JP | 摯?紋胡? | 1101100111110101001111111100110011100110101110001101010100111111 | d9f53fcce6b8d53f |
UTF-8 | 摯븅紋胡렫 | 111001101001000110101111111010111011100010000101111001111011010010001011111010001000001110100001111010111010000010101011 | e691afebb885e7b48be883a1eba0ab |
UHC | 摯븅紋胡렫 | 11110010101001111011101011101001110110101010001111111011110101111000111010111001 | f2a7bae9daa3fbd78eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)