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 | 而?助?? | 10001110101001110011111110001111100101010011111100111111 | 8ea73f8f953f3f |
EUC-JP | 而?助?? | 10111100101010010011111110111101111101010011111100111111 | bca93fbdf53f3f |
UTF-8 | 而렖助닺렪 | 111010001000000010001100111010111010000010010110111001011000101010101001111010111000101110111010111010111010000010101010 | e8808ceba096e58aa9eb8bbaeba0aa |
UHC | 而렖助닺렪 | 11101100101110111000111010101011111100001011111010110100111010001000111010111000 | ecbb8eabf0beb4e88eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)