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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?謙訪 | 0011111110001100101010101001011001001011 | 3f8caa964b |
EUC-JP | ?謙訪 | 0011111110111000101011001100101110101100 | 3fb8accbac |
UTF-8 | 렻謙訪 | 111010111010000010111011111010001010110010011001111010001010100010101010 | eba0bbe8ac99e8a8aa |
UHC | 렻謙訪 | 100011101100001111001100110001011101101110111110 | 8ec3ccc5dbbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)