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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??寃??甲 | 0011111100111111100110111000001100111111001111111000110101100010 | 3f3f9b833f3f8d62 |
EUC-JP | ??寃??甲 | 0011111100111111110101011110001100111111001111111011100111000011 | 3f3fd5e33f3fb9c3 |
UTF-8 | 亐렕寃닸렮甲 | 111001001011101010010000111010111010000010010101111001011010111110000011111010111000101110111000111010111010000010101110111001111001010010110010 | e4ba90eba095e5af83eb8bb8eba0aee794b2 |
UHC | 亐렕寃닸렮甲 | 111010101010011110001110101010101110101010110010101101001110011010001110101110111100101110100011 | eaa78eaaeab2b4e68ebbcba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)