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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 淫у?] | 100010001111101010000100100001010011111101011101 | 88fa84853f5d |
EUC-JP | 淫у?] | 101100001111110010100111111001010011111101011101 | b0fca7e53f5d |
UTF-8 | 淫у윜] | 111001101011011110101011110100011000001111101100100111001001110001011101 | e6b7abd183ec9c9c5d |
UHC | 淫у윜] | 11101011111000101010110011100101100111111001111101011101 | ebe2ace59f9f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)