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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 棕詢}棕詢{^ | 1001111010100001111001100110110101111101100111101010000111100110011011010111101101011110 | 9ea1e66d7d9ea1e66d7b5e |
EUC-JP | 棕詢}棕詢{^ | 1101110010100011111010111100111001111101110111001010001111101011110011100111101101011110 | dca3ebce7ddca3ebce7b5e |
UTF-8 | 棕詢}棕詢{^ | 111001101010001110010101111010001010100110100010011111011110011010100011100101011110100010101001101000100111101101011110 | e6a395e8a9a27de6a395e8a9a27b5e |
UHC | 棕詢}棕詢{^ | 1111000011110111111000101111001101111101111100001111011111100010111100110111101101011110 | f0f7e2f37df0f7e2f37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)