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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?縟硯?縟?^ | 00111111111000110111010010001100101001010011111111100011011101000011111101011110 | 3fe3748ca53fe3743f5e |
EUC-JP | ?縟硯?縟?^ | 00111111111001011101010110111000101001110011111111100101110101010011111101011110 | 3fe5d5b8a73fe5d53f5e |
UTF-8 | 뤝縟硯뤝縟璉^ | 11101011101001001001110111100111101110001001111111100111101000011010111111101011101001001001110111100111101110001001111111101111101001101001010001011110 | eba49de7b89fe7a1afeba49de7b89fefa6945e |
UHC | 뤝縟硯뤝縟璉^ | 10001111110011001110100110110010111001101101101110001111110011001110100110110010111001101101100101011110 | 8fcce9b2e6db8fcce9b2e6d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)