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 | 闌オ窶イホ | 11101000100011001011010111100010100000001011001011001110 | e88cb5e280b2ce |
EUC-JP | 闌オ窶イホ | 11101111111011001000111010110101111000111110000010001110101100101000111011001110 | efec8eb5e3e08eb28ece |
UTF-8 | 闌オ窶イホ | 111010011001011110001100111011111011110110110101111001111010101010110110111011111011110110110010111011111011111010001110 | e9978cefbdb5e7aab6efbdb2efbe8e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)