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 | ?屎? | 00111111100110111001110100111111 | 3f9b9d3f |
EUC-JP | ?屎? | 00111111110101011111110100111111 | 3fd5fd3f |
UTF-8 | 묊屎붌 | 111010111010110010001010111001011011000110001110111010111011011010001100 | ebac8ae5b18eebb68c |
UHC | 묊屎붌 | 100100011110011111100011101110101001010011000011 | 91e7e3ba94c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)