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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襄冗洒 | 111001011111010110001111111001111001111110101101 | e5f58fe79fad |
EUC-JP | 襄冗洒 | 111010101111011110111110111010011101111010101111 | eaf7bee9deaf |
UTF-8 | 襄冗洒 | 111010001010010110000100111001011000011010010111111001101011010010010010 | e8a584e58697e6b492 |
UHC | 襄冗? | 1110010111010001111010011011011100111111 | e5d1e9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)