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 | ????L? | 001111110011111100111111001111110100110000111111 | 3f3f3f3f4c3f |
SJIS-WIN | 趙???L姚 | 1110011011100010001111110011111100111111010011001001101101001100 | e6e23f3f3f4c9b4c |
EUC-JP | 趙???L姚 | 1110110011100100001111110011111100111111010011001101010110101101 | ece43f3f3f4cd5ad |
UTF-8 | 趙肋렰엉L姚 | 11101000101101101001100111101111101001011001001111101011101000001011000011101100100101111000100101001100111001011010011110011010 | e8b699efa593eba0b0ec97894ce5a79a |
UHC | 趙肋렰엉L姚 | 1111000011100001110100101111000110001110101111011011111011111011010011001110100011101110 | f0e1d2f18ebdbefb4ce8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)