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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??淫? | 11100001100111110011111100111111100010001111101000111111 | e19f3f3f88fa3f |
EUC-JP | 癲??淫? | 11100010101000010011111100111111101100001111110000111111 | e2a13f3fb0fc3f |
UTF-8 | 癲띿뼅淫퍫 | 111001111001100110110010111010111001110110111111111010111011110010000101111001101011011110101011111011011000110110101011 | e799b2eb9dbfebbc85e6b7abed8dab |
UHC | 癲띿뼅淫퍫 | 11101111101001101000110111101100100101101000111111101011111000101011110001000010 | efa68dec968febe2bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)