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 | 鴦???? | 111010011111000100111111001111110011111100111111 | e9f13f3f3f3f |
EUC-JP | 鴦??沅? | 1111001011110011001111110011111110001111110001101110100100111111 | f2f33f3f8fc6e93f |
UTF-8 | 鴦볛뫒沅쁕 | 111010011011010010100110111010111011001110011011111010111010101110010010111001101011001010000101111011001000000110010101 | e9b4a6ebb39bebab92e6b285ec8195 |
UHC | 鴦볛뫒沅쁕 | 11100100111011001001001111100010100100011011010011101010101101101001100001010101 | e4ec93e291b4eab69855 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)