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 | ºþ^ | 101110101111111001011110 | bafe5e |
SJIS-WIN | ??^ | 001111110011111101011110 | 3f3f5e |
EUC-JP | ºþ^ | 10001111101000101110101110001111101010011101000001011110 | 8fa2eb8fa9d05e |
UTF-8 | ºþ^ | 1100001010111010110000111011111001011110 | c2bac3be5e |
UHC | ºþ^ | 1010100010101100101010011010110101011110 | a8aca9ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)