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 | 裝?儲緞 | 11100101111001000011111110010110110101111110001101101010 | e5e43f96d7e36a |
EUC-JP | 裝?儲緞 | 11101010111001100011111111001100110110011110010111001011 | eae63fccd9e5cb |
UTF-8 | 裝렱儲緞 | 111010001010001110011101111010111010000010110001111001011000010010110010111001111011011110011110 | e8a39deba0b1e584b2e7b79e |
UHC | 裝렱儲緞 | 1110110111111011100011101011111011101110101110011101001110110000 | edfb8ebeeeb9d3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)