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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 琲犢韈碣 | 1110000011101000111000001011011111101000111001111110000111110000 | e0e8e0b7e8e7e1f0 |
EUC-JP | 琲犢韈碣 | 1110000011101010111000001011100111110000111010011110001011110010 | e0eae0b9f0e9e2f2 |
UTF-8 | 琲犢韈碣 | 111001111001000010110010111001111000101010100010111010011001111110001000111001111010001010100011 | e790b2e78aa2e99f88e7a2a3 |
UHC | ?犢?碣 | 001111111101010010111011001111111100101011100101 | 3fd4bb3fcae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)