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 | 顏懈ゥ狗ス | 1110100011111000100111001110011010101001100010111110011110111101 | e8f89ce6a98be7bd |
EUC-JP | 顏懈ゥ狗ス | 11110000111110101101100011101000100011101010100110110110111010011000111010111101 | f0fad8e88ea9b6e98ebd |
UTF-8 | 顏懈ゥ狗ス | 111010011010000110001111111001101000011110001000111011111011110110101001111001111000101110010111111011111011110110111101 | e9a18fe68788efbda9e78b97efbdbd |
UHC | ?懈?狗? | 00111111111110101010101100111111110011111011011100111111 | 3ffaab3fcfb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)