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 | 側即\}側即\{^ | 10010001101001001001000110100110010111000111110110010001101001001001000110100110010111000111101101011110 | 91a491a65c7d91a491a65c7b5e |
EUC-JP | 側即\}側即\{^ | 11000010101001101100001010101000010111000111110111000010101001101100001010101000010111000111101101011110 | c2a6c2a85c7dc2a6c2a85c7b5e |
UTF-8 | 側即\}側即\{^ | 1110010110000001101101001110010110001101101100110101110001111101111001011000000110110100111001011000110110110011010111000111101101011110 | e581b4e58db35c7de581b4e58db35c7b5e |
UHC | 側?\}側?\{^ | 1111011010110000001111110101110001111101111101101011000000111111010111000111101101011110 | f6b03f5c7df6b03f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)