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 | ûK¾ûN | 111110110100101110001110101111101111101101001110 | fb4b8ebefb4e |
SJIS-WIN | ?K???N | 001111110100101100111111001111110011111101001110 | 3f4b3f3f3f4e |
EUC-JP | ûK??ûN | 10001111101010111110010101001011001111110011111110001111101010111110010101001110 | 8fabe54b3f3f8fabe54e |
UTF-8 | ûK¾ûN | 11000011101110110100101111000010100011101100001010111110110000111011101101001110 | c3bb4bc28ec2bec3bb4e |
UHC | ?K?¾?N | 00111111010010110011111110101000111110100011111101001110 | 3f4b3fa8fa3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)