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 | 鬩募徴蓐 | 1110100110101001100101011110010110010010101001011110010011101010 | e9a995e592a5e4ea |
EUC-JP | 鬩募徴蓐 | 1111001010101011110010101110011111000100101001111110100011101100 | f2abcae7c4a7e8ec |
UTF-8 | 鬩募徴蓐 | 111010011010110010101001111001011000101110011111111001011011111010110100111010001001001110010000 | e9aca9e58b9fe5beb4e89390 |
UHC | ?募?? | 0011111111011001101101000011111100111111 | 3fd9b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)