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 | ??¨? | 00111111001111111010100000111111 | 3f3fa83f |
SJIS-WIN | 癲?¨怡 | 11100001100111110011111110000001010011101001110001111101 | e19f3f814e9c7d |
EUC-JP | 癲?¨怡 | 11100010101000010011111110100001101011111101011111011110 | e2a13fa1afd7de |
UTF-8 | 癲용¨怡 | 1110011110011001101100101110110010011010101010011100001010101000111001101000000010100001 | e799b2ec9aa9c2a8e680a1 |
UHC | 癲용¨怡 | 1110111110100110101111111110101110100001101001111110110010101110 | efa6bfeba1a7ecae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)