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 | 篏瘻\}篏瘻\{^ | 11100010101110111110000110010001010111000111110111100010101110111110000110010001010111000111101101011110 | e2bbe1915c7de2bbe1915c7b5e |
EUC-JP | 篏瘻\}篏瘻\{^ | 11100100101111011110000111110001010111000111110111100100101111011110000111110001010111000111101101011110 | e4bde1f15c7de4bde1f15c7b5e |
UTF-8 | 篏瘻\}篏瘻\{^ | 1110011110101111100011111110011110011000101110110101110001111101111001111010111110001111111001111001100010111011010111000111101101011110 | e7af8fe798bb5c7de7af8fe798bb5c7b5e |
UHC | ?瘻\}?瘻\{^ | 0011111111010111101010100101110001111101001111111101011110101010010111000111101101011110 | 3fd7aa5c7d3fd7aa5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)