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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螢馴し | 111001011010001110010011111010011000001010110101 | e5a393e982b5 |
EUC-JP | 螢馴し | 111010101010010111000110111010111010010010110111 | eaa5c6eba4b7 |
UTF-8 | 螢馴し | 111010001001111010100010111010011010011010110100111000111000000110010111 | e89ea2e9a6b4e38197 |
UHC | 螢馴し | 111110111010101111100010111110001010101010110111 | fbabe2f8aab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)