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 | }âq}}âq{^ | 1001011101111101111000100111000101111101100101110111110111100010011100010111101101011110 | 977de2717d977de2717b5e |
SJIS-WIN | ?}?q}?}?q{^ | 0011111101111101001111110111000101111101001111110111110100111111011100010111101101011110 | 3f7d3f717d3f7d3f717b5e |
EUC-JP | ?}âq}?}âq{^ | 001111110111110110001111101010111010010001110001011111010011111101111101100011111010101110100100011100010111101101011110 | 3f7d8faba4717d3f7d8faba4717b5e |
UTF-8 | }âq}}âq{^ | 110000101001011101111101110000111010001001110001011111011100001010010111011111011100001110100010011100010111101101011110 | c2977dc3a2717dc2977dc3a2717b5e |
UHC | ?}?q}?}?q{^ | 0011111101111101001111110111000101111101001111110111110100111111011100010111101101011110 | 3f7d3f717d3f7d3f717b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)