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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?淺??津?^ | 001111111001111111000111001111110011111110010010110000110011111101011110 | 3f9fc73f3f92c33f5e |
EUC-JP | ?淺??津?^ | 001111111101111011001001001111110011111111000100110001010011111101011110 | 3fdec93f3fc4c53f5e |
UTF-8 | 뤚淺웡렟津렏^ | 11101011101001001001101011100110101101111011101011101100100110111010000111101011101000001001111111100110101101001010010111101011101000001000111101011110 | eba49ae6b7baec9ba1eba09fe6b4a5eba08f5e |
UHC | 뤚淺웡렟津렏^ | 10001111110010011111010010111100101111111111110110001110101100001111001011010000100011101010010101011110 | 8fc9f4bcbffd8eb0f2d08ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)