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 | ?U?? | 00111111010101010011111100111111 | 3f553f3f |
SJIS-WIN | 哭U咤韈 | 10011010010011000101010110011010010000101110100011100111 | 9a4c559a42e8e7 |
EUC-JP | 哭U咤韈 | 11010011101011010101010111010011101000111111000011101001 | d3ad55d3a3f0e9 |
UTF-8 | 哭U咤韈 | 11100101100100111010110101010101111001011001001010100100111010011001111110001000 | e593ad55e592a4e99f88 |
UHC | 哭U咤? | 110011011101011001010101111101101110001100111111 | cdd655f6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)