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 | 讙作屆繽 | 1110011010101010100011011110110010011011100111001110001110001111 | e6aa8dec9b9ce38f |
EUC-JP | 讙作屆繽 | 1110110010101100101110101110111011010101111111001110010111101111 | ecacbaeed5fce5ef |
UTF-8 | 讙作屆繽 | 111010001010111010011001111001001011110110011100111001011011000110000110111001111011100110111101 | e8ae99e4bd9ce5b186e7b9bd |
UHC | ?作屆? | 001111111110110111000010110011001111101000111111 | 3fedc2ccfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)