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 | 鴫渧 | 111100101011010110001110101100001111101101001000 | f2b58eb0fb48 |
EUC-JP | ?鴫渧 | 001111111011110010110010100011111100011111101011 | 3fbcb28fc7eb |
UTF-8 | 鴫渧 | 111011101000011110101100111010011011010010101011111001101011100010100111 | ee87ace9b4abe6b8a7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)