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 | 憶??] | 1000100110101111001111110011111101011101 | 89af3f3f5d |
EUC-JP | 憶??] | 1011001010110001001111110011111101011101 | b2b13f3f5d |
UTF-8 | 憶귞뇭] | 11100110100001101011011011101010101101111001111011101011100001111010110101011101 | e686b6eab79eeb87ad5d |
UHC | 憶귞뇭] | 11100101111000111000001011100111100001111001001001011101 | e5e382e787925d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)