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 | ú´| | 11111010101101001001111101111100 | fab49f7c |
SJIS-WIN | ?´?| | 0011111110000001010011000011111101111100 | 3f814c3f7c |
EUC-JP | ú´?| | 10001111101010111110001010100001101011010011111101111100 | 8fabe2a1ad3f7c |
UTF-8 | ú´| | 11000011101110101100001010110100110000101001111101111100 | c3bac2b4c29f7c |
UHC | ?´?| | 0011111110100010101001010011111101111100 | 3fa2a53f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)