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 | äÜWãø | 1110010011011100100010111000111110001111010101111110001111111000 | e4dc8b8f8f57e3f8 |
SJIS-WIN | ?????W?? | 0011111100111111001111110011111100111111010101110011111100111111 | 3f3f3f3f3f573f3f |
EUC-JP | äÜ???Wãø | 10001111101010111010001110001111101010101110010000111111001111110011111101010111100011111010101110101010100011111010100111001100 | 8faba38faae43f3f3f578fabaa8fa9cc |
UTF-8 | äÜWãø | 110000111010010011000011100111001100001010001011110000101000111111000010100011110101011111000011101000111100001110111000 | c3a4c39cc28bc28fc28f57c3a3c3b8 |
UHC | ?????W?ø | 001111110011111100111111001111110011111101010111001111111010100110101010 | 3f3f3f3f3f573fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)