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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 序??序??^ | 100011111001100000111111001111111000111110011000001111110011111101011110 | 8f983f3f8f983f3f5e |
EUC-JP | 序??序??^ | 101111011111100000111111001111111011110111111000001111110011111101011110 | bdf83f3fbdf83f3f5e |
UTF-8 | 序꺡걣序꺡걣^ | 11100101101110101000111111101010101110101010000111101010101100011010001111100101101110101000111111101010101110101010000111101010101100011010001101011110 | e5ba8feabaa1eab1a3e5ba8feabaa1eab1a35e |
UHC | 序꺡걣序꺡걣^ | 11011111111011011000001111000111100000011000110011011111111011011000001111000111100000011000110001011110 | dfed83c7818cdfed83c7818c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)