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 | ý¹¬½ | 11111101101110011010110010111101 | fdb9acbd |
SJIS-WIN | ??¬? | 0011111100111111100000011100101000111111 | 3f3f81ca3f |
EUC-JP | ý?¬? | 10001111101010111111001000111111101000101100110000111111 | 8fabf23fa2cc3f |
UTF-8 | ý¹¬½ | 1100001110111101110000101011100111000010101011001100001010111101 | c3bdc2b9c2acc2bd |
UHC | ?¹?½ | 001111111010100111110110001111111010100011110110 | 3fa9f63fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)