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 | 茯私坤 | 111001001010100010001110100001001000110110100011 | e4a88e848da3 |
EUC-JP | 茯私坤 | 111010001010101010111011111001001011101010100101 | e8aabbe4baa5 |
UTF-8 | 茯私坤 | 111010001000110010101111111001111010011110000001111001011001110110100100 | e88cafe7a781e59da4 |
UHC | 茯私坤 | 110111001101101011011110111001111100110111011110 | dcdadee7cdde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)