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 | }÷}÷^ | 100000010111110110000001111101111000000101111101100000011111011101011110 | 817d81f7817d81f75e |
SJIS-WIN | ?}?÷?}?÷^ | 0011111101111101001111111000000110000000001111110111110100111111100000011000000001011110 | 3f7d3f81803f7d3f81805e |
EUC-JP | ?}?÷?}?÷^ | 0011111101111101001111111010000111100000001111110111110100111111101000011110000001011110 | 3f7d3fa1e03f7d3fa1e05e |
UTF-8 | }÷}÷^ | 110000101000000101111101110000101000000111000011101101111100001010000001011111011100001010000001110000111011011101011110 | c2817dc281c3b7c2817dc281c3b75e |
UHC | ?}?÷?}?÷^ | 0011111101111101001111111010000111000000001111110111110100111111101000011100000001011110 | 3f7d3fa1c03f7d3fa1c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)