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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?馴?馴^ | 00111111100100111110100100111111100100111110100101011110 | 3f93e93f93e95e |
EUC-JP | ?馴?馴^ | 00111111110001101110101100111111110001101110101101011110 | 3fc6eb3fc6eb5e |
UTF-8 | 굶馴굶馴^ | 11101010101101011011011011101001101001101011010011101010101101011011011011101001101001101011010001011110 | eab5b6e9a6b4eab5b6e9a6b45e |
UHC | 굶馴굶馴^ | 101100011011111011100010111110001011000110111110111000101111100001011110 | b1bee2f8b1bee2f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)