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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 筌≪???] | 1110001010100011100000011110000100111111001111110011111101011101 | e2a381e13f3f3f5d |
EUC-JP | 筌≪???] | 1110010010100101101000101110001100111111001111110011111101011101 | e4a5a2e33f3f3f5d |
UTF-8 | 筌≪럩李늂] | 11100111101011011000110011100010100010011010101011101011100111111010100111101111101001111010000111101011100010101000001001011101 | e7ad8ce289aaeb9fa9efa7a1eb8a825d |
UHC | 筌≪럩李늂] | 1110111110100111101000011110110010001110100011001110110010110000100010000101000101011101 | efa7a1ec8e8cecb088515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)