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 | lúÃlúÃ^ | 100100010110110011111010110000111001000101101100111110101100001101011110 | 916cfac3916cfac35e |
SJIS-WIN | ?l???l??^ | 001111110110110000111111001111110011111101101100001111110011111101011110 | 3f6c3f3f3f6c3f3f5e |
EUC-JP | ?lúÃ?lúÃ^ | 0011111101101100100011111010101111100010100011111010101010101010001111110110110010001111101010111110001010001111101010101010101001011110 | 3f6c8fabe28faaaa3f6c8fabe28faaaa5e |
UTF-8 | lúÃlúÃ^ | 110000101001000101101100110000111011101011000011100000111100001010010001011011001100001110111010110000111000001101011110 | c2916cc3bac383c2916cc3bac3835e |
UHC | ?l???l??^ | 001111110110110000111111001111110011111101101100001111110011111101011110 | 3f6c3f3f3f6c3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)