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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譓糲ェキ | 111110111010101111100010111110001010101010110111 | fbabe2f8aab7 |
EUC-JP | 譓糲ェキ | 100011111101111011001011111001001111101010001110101010101000111010110111 | 8fdecbe4fa8eaa8eb7 |
UTF-8 | 譓糲ェキ | 111010001010110110010011111001111011001110110010111011111011110110101010111011111011110110110111 | e8ad93e7b3b2efbdaaefbdb7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)