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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ?佚??\ | 001111111001100011000011001111110011111101011100 | 3f98c33f3f5c |
EUC-JP | 瑋佚??\ | 1000111111001100101111001101000011000101001111110011111101011100 | 8fccbcd0c53f3f5c |
UTF-8 | 瑋佚롖롈\ | 11100111100100011000101111100100101111011001101011101011101000011001011011101011101000011000100001011100 | e7918be4bd9aeba196eba1885c |
UHC | 瑋佚롖롈\ | 111010101101010011101100111010101000111011011010100011101100111001011100 | ead4ecea8eda8ece5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)