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 | 蛭??脹班 | 1001010101100111001111110011111110010010101011111001010011000111 | 95673f3f92af94c7 |
EUC-JP | 蛭??脹班 | 1100100111001000001111110011111111000100101100011100100011001001 | c9c83f3fc4b1c8c9 |
UTF-8 | 蛭서뤚脹班 | 111010001001101110101101111011001000010010011100111010111010010010011010111010001000010010111001111001111000111110101101 | e89badec849ceba49ae884b9e78fad |
UHC | 蛭서뤚脹班 | 11110010111101001011110010101101100011111100100111110011111011001101101011101100 | f2f4bcad8fc9f3ecdaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)