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 | 憶?¨臾 | 10001001101011110011111110000001010011101110010001101011 | 89af3f814ee46b |
EUC-JP | 憶?¨臾 | 10110010101100010011111110100001101011111110011111001100 | b2b13fa1afe7cc |
UTF-8 | 憶귣¨臾 | 1110011010000110101101101110101010110111101000111100001010101000111010001000011110111110 | e686b6eab7a3c2a8e887be |
UHC | 憶귣¨臾 | 1110010111100011100000101110101110100001101001111110101110101100 | e5e382eba1a7ebac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)