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 | 晤④?愈? | 1001110111101011100001110100001100111111100101101111101000111111 | 9deb87433f96fa3f |
EUC-JP | 晤??愈? | 11011010111011010011111100111111110011001111110000111111 | daed3f3fccfc3f |
UTF-8 | 晤④턃愈꿫 | 111001101001100110100100111000101001000110100011111011011000010010000011111001101000010010001000111010101011111110101011 | e699a4e291a3ed8483e68488eabfab |
UHC | 晤④턃愈꿫 | 11100111111110111010100011101010101101011001111111101010111011111000010101101000 | e7fba8eab59feaef8568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)