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 | ?漿? | 00111111100111111111011100111111 | 3f9ff73f |
EUC-JP | ?漿熢 | 001111111101111011111001100011111100101010101011 | 3fdef98fcaab |
UTF-8 | 뤗漿熢 | 111010111010010010010111111001101011110010111111111001111000011010100010 | eba497e6bcbfe786a2 |
UHC | 뤗漿熢 | 100011111100011111101101111011001101110011101100 | 8fc7edecdcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)