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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鄂滂ス御髱隶 | 1110011110111101100111111110111110111101100011001110010011101001100111011110100010101110 | e7bd9fefbd8ce4e99de8ae |
EUC-JP | 鄂滂ス御髱隶 | 111011101011111111011110111100011000111010111101101110001110011011110001111111011111000010110000 | eebfdef18ebdb8e6f1fdf0b0 |
UTF-8 | 鄂滂ス御髱隶 | 111010011000010010000010111001101011101110000010111011111011110110111101111001011011111010100001111010011010101110110001111010011001101010110110 | e98482e6bb82efbdbde5bea1e9abb1e99ab6 |
UHC | 鄂滂?御?? | 111001001100011111011011101101010011111111100101110110010011111100111111 | e4c7dbb53fe5d93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)