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 | û¬©û | 1111101110101100101010011111101110101101 | fbaca9fbad |
SJIS-WIN | ?¬??? | 001111111000000111001010001111110011111100111111 | 3f81ca3f3f3f |
EUC-JP | û¬©û? | 100011111010101111100101101000101100110010001111101000101110110110001111101010111110010100111111 | 8fabe5a2cc8fa2ed8fabe53f |
UTF-8 | û¬©û | 11000011101110111100001010101100110000101010100111000011101110111100001010101101 | c3bbc2acc2a9c3bbc2ad |
UHC | ???? | 001111110011111100111111001111111010000110101001 | 3f3f3f3fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)