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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霈懐荳粐 | 1110100010111100100010011111100111100100101110001110001011100010 | e8bc89f9e4b8e2e2 |
EUC-JP | 霈懐荳粐 | 1111000010111110101100101111101111101000101110101110010011100100 | f0beb2fbe8bae4e4 |
UTF-8 | 霈懐荳粐 | 111010011001110010001000111001101000011110010000111010001000110110110011111001111011001010010000 | e99c88e68790e88db3e7b290 |
UHC | ??荳? | 0011111100111111110101001110010100111111 | 3f3fd4e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)