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 | 룵ì½âß | 1110101110100011101101011110110010111101100100111110001011011111 | eba3b5ecbd93e2df |
SJIS-WIN | ?£?????? | 001111111000000110010010001111110011111100111111001111110011111100111111 | 3f81923f3f3f3f3f3f |
EUC-JP | ë£?ì??âß | 1000111110101011101100111010000111110010001111111000111110101011110000000011111100111111100011111010101110100100100011111010100111001110 | 8fabb3a1f23f8fabc03f3f8faba48fa9ce |
UTF-8 | 룵ì½âß | 11000011101010111100001010100011110000101011010111000011101011001100001010111101110000101001001111000011101000101100001110011111 | c3abc2a3c2b5c3acc2bdc293c3a2c39f |
UHC | ????½??ß | 00111111001111110011111100111111101010001111011000111111001111111010100110101100 | 3f3f3f3fa8f63f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)