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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 永?〕?櫻 | 1000100101101001001111111000000101101100001111111001111101001110 | 89693f816c3f9f4e |
EUC-JP | 永?〕?櫻 | 1011000111001010001111111010000111001101001111111101110110101111 | b1ca3fa1cd3fddaf |
UTF-8 | 永띕〕흟櫻 | 111001101011000010111000111010111001110110010101111000111000000010010101111011011001110110011111111001101010101110111011 | e6b0b8eb9d95e38095ed9d9fe6abbb |
UHC | 永띕〕흟櫻 | 11100111101101011011011011101011101000011011001111000101100000011110010110100001 | e7b5b6eba1b3c581e5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)