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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 疥鹵疥鹵^ | 111000010110110111101010011000101110000101101101111010100110001001011110 | e16dea62e16dea625e |
EUC-JP | 疥鹵疥鹵^ | 111000011100111011110011110000111110000111001110111100111100001101011110 | e1cef3c3e1cef3c35e |
UTF-8 | 疥鹵疥鹵^ | 11100111100101101010010111101001101110011011010111100111100101101010010111101001101110011011010101011110 | e796a5e9b9b5e796a5e9b9b55e |
UHC | 疥鹵疥鹵^ | 110010111100101011010110110111011100101111001010110101101101110101011110 | cbcad6ddcbcad6dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)