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 | 袍谺袍嚶^ | 111001011101101011100110101011001110010111011010100110101000110101011110 | e5dae6ace5da9a8d5e |
EUC-JP | 袍谺袍嚶^ | 111010101101110011101100101011101110101011011100110100111110110101011110 | eadcecaeeadcd3ed5e |
UTF-8 | 袍谺袍嚶^ | 11101000101000101000110111101000101100001011101011101000101000101000110111100101100110101011011001011110 | e8a28de8b0bae8a28de59ab65e |
UHC | 袍?袍?^ | 11111000111001010011111111111000111001010011111101011110 | f8e53ff8e53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)