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 | 鹿淏嫉 | 1111000111110110100011101010110111111011010000101000111010111001 | f1f68eadfb428eb9 |
EUC-JP | ?鹿淏嫉 | 0011111110111100101011111000111111000111110110011011110010111011 | 3fbcaf8fc7d9bcbb |
UTF-8 | 鹿淏嫉 | 111011101000010110110001111010011011100110111111111001101011011110001111111001011010101110001001 | ee85b1e9b9bfe6b78fe5ab89 |
UHC | ?鹿淏嫉 | 00111111110101101110001111111011110010001111001011101100 | 3fd6e3fbc8f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)