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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 蜘魏蜘??^ | 100100100111011111101001101100001001001001110111001111110011111101011110 | 9277e9b092773f3f5e |
EUC-JP | 蜘魏蜘??^ | 110000111101100011110010101100101100001111011000001111110011111101011110 | c3d8f2b2c3d83f3f5e |
UTF-8 | 蜘魏蜘렻렕^ | 11101000100111001001100011101001101011011000111111101000100111001001100011101011101000001011101111101011101000001001010101011110 | e89c98e9ad8fe89c98eba0bbeba0955e |
UHC | 蜘魏蜘렻렕^ | 1111001010111011111010101110000011110010101110111000111011000011100011101010101001011110 | f2bbeae0f2bb8ec38eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)