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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 漆璽c^ | 11110000101011111000111010111101111100001011100110001110101000110110001101011110 | f0af8ebdf0b98ea3635e |
EUC-JP | ?漆?璽c^ | 0011111110111100101111110011111110111100101001010110001101011110 | 3fbcbf3fbca5635e |
UTF-8 | 漆璽c^ | 1110111010000001101011101110011010111100100001101110111010000001101110001110011110010010101111010110001101011110 | ee81aee6bc86ee81b8e792bd635e |
UHC | ?漆?璽c^ | 0011111111110110110101000011111111011111110111100110001101011110 | 3ff6d43fdfde635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)