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 | äRä¼ | 1110010010001110100010111000111110001111010100101110010010111100 | e48e8b8f8f52e4bc |
SJIS-WIN | ?????R?? | 0011111100111111001111110011111100111111010100100011111100111111 | 3f3f3f3f3f523f3f |
EUC-JP | ä????Rä? | 100011111010101110100011001111110011111100111111001111110101001010001111101010111010001100111111 | 8faba33f3f3f3f528faba33f |
UTF-8 | äRä¼ | 110000111010010011000010100011101100001010001011110000101000111111000010100011110101001011000011101001001100001010111100 | c3a4c28ec28bc28fc28f52c3a4c2bc |
UHC | ?????R?¼ | 001111110011111100111111001111110011111101010010001111111010100011111001 | 3f3f3f3f3f523fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)