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 | ?W?? | 00111111010101110011111100111111 | 3f573f3f |
SJIS-WIN | 哭W獺顫 | 10011010010011000101011111100000110110101110100011111010 | 9a4c57e0dae8fa |
EUC-JP | 哭W獺顫 | 11010011101011010101011111100000110111001111000011111100 | d3ad57e0dcf0fc |
UTF-8 | 哭W獺顫 | 11100101100100111010110101010111111001111000110110111010111010011010000110101011 | e593ad57e78dbae9a1ab |
UHC | 哭W獺顫 | 11001101110101100101011111010011101101111110111110110101 | cdd657d3b7efb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)