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 | ?芦?忖ぞ | 0011111110001000101100000011111110011100011101011000001010111100 | 3f88b03f9c7582bc |
EUC-JP | ?芦?忖ぞ | 0011111110110000101100100011111111010111110101101010010010111110 | 3fb0b23fd7d6a4be |
UTF-8 | 뤗芦쥘忖ぞ | 111010111010010010010111111010001000101010100110111011001010010110011000111001011011111110010110111000111000000110011110 | eba497e88aa6eca598e5bf96e3819e |
UHC | 뤗芦쥘忖ぞ | 10001111110001111111101111011000110000011110011011110101101111001010101010111110 | 8fc7fbd8c1e6f5bcaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)