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 | 衙煙?緡 | 11100101110010011000100110001100001111111110001101101101 | e5c9898c3fe36d |
EUC-JP | 衙煙?緡 | 11101010110010111011000111101100001111111110010111001110 | eacbb1ec3fe5ce |
UTF-8 | 衙煙뤾緡 | 111010001010000110011001111001111000010110011001111010111010010010111110111001111011011110100001 | e8a199e78599eba4bee7b7a1 |
UHC | 衙煙뤾緡 | 1110010010110111111001101101010110001111111010101101101011001001 | e4b7e6d58feadac9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)