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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 誾ャ\}誾ャ\{^ | 1111101110100111101011000101110001111101111110111010011110101100010111000111101101011110 | fba7ac5c7dfba7ac5c7b5e |
EUC-JP | 誾ャ\}誾ャ\{^ | 100011111101111010100100100011101010110001011100011111011000111111011110101001001000111010101100010111000111101101011110 | 8fdea48eac5c7d8fdea48eac5c7b5e |
UTF-8 | 誾ャ\}誾ャ\{^ | 1110100010101010101111101110111110111101101011000101110001111101111010001010101010111110111011111011110110101100010111000111101101011110 | e8aabeefbdac5c7de8aabeefbdac5c7b5e |
UHC | 誾?\}誾?\{^ | 1110101111011101001111110101110001111101111010111101110100111111010111000111101101011110 | ebdd3f5c7debdd3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)