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 | ?????D^ | 00111111001111110011111100111111001111110100010001011110 | 3f3f3f3f3f445e |
SJIS-WIN | ?????D^ | 00111111001111110011111100111111001111110100010001011110 | 3f3f3f3f3f445e |
EUC-JP | ?????D^ | 00111111001111110011111100111111001111110100010001011110 | 3f3f3f3f3f445e |
UTF-8 | 롇롗롒栒롐D^ | 1110101110100001100001111110101110100001100101111110101110100001100100101110011010100000100100101110101110100001100100000100010001011110 | eba187eba197eba192e6a092eba190445e |
UHC | 롇롗롒栒롐D^ | 100011101100110110001110110110111000111011010111111000101110001110001110110101100100010001011110 | 8ecd8edb8ed7e2e38ed6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)