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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?敦?^ | 0011111110010011110101100011111101011110 | 3f93d63f5e |
EUC-JP | ?敦?^ | 0011111111000110110110000011111101011110 | 3fc6d83f5e |
UTF-8 | 렻敦렎^ | 11101011101000001011101111100110100101011010011011101011101000001000111001011110 | eba0bbe695a6eba08e5e |
UHC | 렻敦렎^ | 10001110110000111101010011000100100011101010010001011110 | 8ec3d4c48ea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)