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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 酊鳧羔 | 111001111100001011101001111010001110001110110100 | e7c2e9e8e3b4 |
EUC-JP | 酊鳧羔 | 111011101100010011110010111010101110011010110110 | eec4f2eae6b6 |
UTF-8 | 酊鳧羔 | 111010011000010110001010111010011011001110100111111001111011111010010100 | e9858ae9b3a7e7be94 |
UHC | 酊鳧羔 | 111011111111100011011101110000001100110111000100 | eff8ddc0cdc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)