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 | 肢?\}肢?\{^ | 1000111010001000001111110101110001111101100011101000100000111111010111000111101101011110 | 8e883f5c7d8e883f5c7b5e |
EUC-JP | 肢?\}肢?\{^ | 1011101111101000001111110101110001111101101110111110100000111111010111000111101101011110 | bbe83f5c7dbbe83f5c7b5e |
UTF-8 | 肢급\}肢급\{^ | 1110100010000010101000101110101010111000100010010101110001111101111010001000001010100010111010101011100010001001010111000111101101011110 | e882a2eab8895c7de882a2eab8895c7b5e |
UHC | 肢급\}肢급\{^ | 11110010101101101011000111011110010111000111110111110010101101101011000111011110010111000111101101011110 | f2b6b1de5c7df2b6b1de5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)