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 | ?峰??芋 | 00111111100101011111010000111111001111111000100011110000 | 3f95f43f3f88f0 |
EUC-JP | 焌峰??芋 | 100011111100100111101000110010101111011000111111001111111011000011110010 | 8fc9e8caf63f3fb0f2 |
UTF-8 | 焌峰렒렖芋 | 111001111000010010001100111001011011001110110000111010111010000010010010111010111010000010010110111010001000101010001011 | e7848ce5b3b0eba092eba096e88a8b |
UHC | 焌峰렒렖芋 | 11110001111000001101110011101000100011101010011110001110101010111110100111100011 | f1e0dce88ea78eabe9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)