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 | 摯?紋姐? | 1001110110010101001111111001011011100100100010001011011100111111 | 9d953f96e488b73f |
EUC-JP | 摯?紋姐? | 1101100111110101001111111100110011100110101100001011100100111111 | d9f53fcce6b0b93f |
UTF-8 | 摯븅紋姐렫 | 111001101001000110101111111010111011100010000101111001111011010010001011111001011010011110010000111010111010000010101011 | e691afebb885e7b48be5a790eba0ab |
UHC | 摯븅紋姐렫 | 11110010101001111011101011101001110110101010001111101110101110111000111010111001 | f2a7bae9daa3eebb8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)