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 | Ðˬ¦ | 11010000110010111010110010100110 | d0cbaca6 |
SJIS-WIN | ??¬? | 0011111100111111100000011100101000111111 | 3f3f81ca3f |
EUC-JP | ?ˬ¦ | 001111111000111110101010101100111010001011001100100011111010001011000011 | 3f8faab3a2cc8fa2c3 |
UTF-8 | Ðˬ¦ | 1100001110010000110000111000101111000010101011001100001010100110 | c390c38bc2acc2a6 |
UHC | Ð??? | 1010100010100010001111110011111100111111 | a8a23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)