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 | ?Y?? | 00111111010110010011111100111111 | 3f593f3f |
SJIS-WIN | 哭Y痾哺 | 10011010010011000101100111100001011111011001101001001101 | 9a4c59e17d9a4d |
EUC-JP | 哭Y痾哺 | 11010011101011010101100111100001110111101101001110101110 | d3ad59e1ded3ae |
UTF-8 | 哭Y痾哺 | 11100101100100111010110101011001111001111001011110111110111001011001001110111010 | e593ad59e797bee593ba |
UHC | 哭Y?哺 | 110011011101011001011001001111111111100011010100 | cdd6593ff8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)