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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 歪ょ?辱?{d | 10011000011000111000001011100101001111111001000001001010001111110111101101100100 | 986382e53f904a3f7b64 |
EUC-JP | 歪ょ?辱?{d | 11001111110001001010010011100111001111111011111110101011001111110111101101100100 | cfc4a4e73fbfab3f7b64 |
UTF-8 | 歪ょ값辱쳘{d | 1110011010101101101010101110001110000010100001111110101010110000100100101110100010111110101100011110110010110011100110000111101101100100 | e6adaae38287eab092e8beb1ecb3987b64 |
UHC | 歪ょ값辱쳘{d | 111010001110000010101010111001111011000010101010111010011011010010101011011110000111101101100100 | e8e0aae7b0aae9b4ab787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)