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 | ú®×£B | 1111101010101110110101111010001101000010 | faaed7a342 |
SJIS-WIN | ??×£B | 00111111001111111000000101111110100000011001001001000010 | 3f3f817e819242 |
EUC-JP | ú®×£B | 1000111110101011111000101000111110100010111011101010000111011111101000011111001001000010 | 8fabe28fa2eea1dfa1f242 |
UTF-8 | ú®×£B | 110000111011101011000010101011101100001110010111110000101010001101000010 | c3bac2aec397c2a342 |
UHC | ?®×?B | 00111111101000101110011110100001101111110011111101000010 | 3fa2e7a1bf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)