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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 幸?[幸?[^ | 100011010100101100111111010110111000110101001011001111110101101101011110 | 8d4b3f5b8d4b3f5b5e |
EUC-JP | 幸?[幸?[^ | 101110011010110000111111010110111011100110101100001111110101101101011110 | b9ac3f5bb9ac3f5b5e |
UTF-8 | 幸렑[幸렑[^ | 111001011011100110111000111010111010000010010001010110111110010110111001101110001110101110100000100100010101101101011110 | e5b9b8eba0915be5b9b8eba0915b5e |
UHC | 幸렑[幸렑[^ | 1111101010111001100011101010011001011011111110101011100110001110101001100101101101011110 | fab98ea65bfab98ea65b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)