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 | 첬ì | 11101100101100101010110011101100 | ecb2acec |
SJIS-WIN | ??¬? | 0011111100111111100000011100101000111111 | 3f3f81ca3f |
EUC-JP | ì?¬ì | 100011111010101111000000001111111010001011001100100011111010101111000000 | 8fabc03fa2cc8fabc0 |
UTF-8 | 첬ì | 1100001110101100110000101011001011000010101011001100001110101100 | c3acc2b2c2acc3ac |
UHC | ?²?? | 0011111110101001111101110011111100111111 | 3fa9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)