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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 妤式C | 1111101010100100100011101010111001000011 | faa48eae43 |
EUC-JP | 妤式C | 100011111011100110101111101111001011000001000011 | 8fb9afbcb043 |
UTF-8 | 妤式C | 11100101101001101010010011100101101111001000111101000011 | e5a6a4e5bc8f43 |
UHC | ?式C | 00111111111000111101001001000011 | 3fe3d243 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)