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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 柚ч? | 1001011101001101100001001000100100111111 | 974d84893f |
EUC-JP | 柚ч? | 1100110110101110101001111110100100111111 | cdaea7e93f |
UTF-8 | 柚ч퍗 | 1110011010011111100110101101000110000111111011011000110110010111 | e69f9ad187ed8d97 |
UHC | 柚ч퍗 | 111010101111011010101100111010011011101110001110 | eaf6ace9bb8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)