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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??鬱甲 | 001111110011111110011111010101001000110101100010 | 3f3f9f548d62 |
EUC-JP | 洧?鬱甲 | 1000111111000111101101000011111111011101101101011011100111000011 | 8fc7b43fddb5b9c3 |
UTF-8 | 洧렫鬱甲 | 111001101011010010100111111010111010000010101011111010011010110010110001111001111001010010110010 | e6b4a7eba0abe9acb1e794b2 |
UHC | 洧렫鬱甲 | 1110101011111011100011101011100111101010101001101100101110100011 | eafb8eb9eaa6cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)