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 | 茯私坤郤 | 1110010010101000100011101000010010001101101000111110011110111010 | e4a88e848da3e7ba |
EUC-JP | 茯私坤郤 | 1110100010101010101110111110010010111010101001011110111010111100 | e8aabbe4baa5eebc |
UTF-8 | 茯私坤郤 | 111010001000110010101111111001111010011110000001111001011001110110100100111010011000001110100100 | e88cafe7a781e59da4e983a4 |
UHC | 茯私坤? | 11011100110110101101111011100111110011011101111000111111 | dcdadee7cdde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)