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 | 粮葛葦 | 111000101110110010001010100010111000100010101111 | e2ec8a8b88af |
EUC-JP | 粮葛葦 | 111001001110111010110011111010111011000010110001 | e4eeb3ebb0b1 |
UTF-8 | 粮葛葦 | 111001111011001010101110111010001001000110011011111010001001000110100110 | e7b2aee8919be891a6 |
UHC | 粮葛葦 | 110101011101101111001010111001111110101011011000 | d5dbcae7ead8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)