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 | 巐廷ァ咤 | 11111010101101101001001011101100101001111001101001000010 | fab692eca79a42 |
EUC-JP | 巐廷ァ咤 | 100011111011101111111001110001001110111010001110101001111101001110100011 | 8fbbf9c4ee8ea7d3a3 |
UTF-8 | 巐廷ァ咤 | 111001011011011110010000111001011011101110110111111011111011110110100111111001011001001010100100 | e5b790e5bbb7efbda7e592a4 |
UHC | ?廷?咤 | 001111111110111111010101001111111111011011100011 | 3fefd53ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)