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 | 00111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f77 |
SJIS-WIN | ?????∵w | 0011111100111111001111110011111100111111100000011110011001110111 | 3f3f3f3f3f81e677 |
EUC-JP | ?????∵w | 0011111100111111001111110011111100111111101000101110100001110111 | 3f3f3f3f3fa2e877 |
UTF-8 | 룵₃룶햶◐∵w | 11101011101000111011010111100010100000101000001111101011101000111011011011101101100101101011011011100010100101111001000011100010100010001011010101110111 | eba3b5e28283eba3b6ed96b6e29790e288b577 |
UHC | 룵₃룶햶◐∵w | 10001111101010101010100111111101100011111010101111000001100011111010001011000100101000011111000101110111 | 8faaa9fd8fabc18fa2c4a1f177 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)