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 | ス゚ノ硎 | 1011110111011111110010011111101101111001 | bddfc9fb79 |
EUC-JP | ス゚ノ硎 | 100011101011110110001110110111111000111011001001100011111100111111100010 | 8ebd8edf8ec98fcfe2 |
UTF-8 | ス゚ノ硎 | 111011111011110110111101111011111011111010011111111011111011111010001001111001111010000110001110 | efbdbdefbe9fefbe89e7a18e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)