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 | 鹿浯而鳰 | 11110001111000011000111010101101111110101111110010001110101001111110100111101010 | f1e18eadfafc8ea7e9ea |
EUC-JP | ?鹿浯而鳰 | 00111111101111001010111110001111110001111100001110111100101010011111001011101100 | 3fbcaf8fc7c3bca9f2ec |
UTF-8 | 鹿浯而鳰 | 111011101000010110011100111010011011100110111111111001101011010110101111111010001000000010001100111010011011001110110000 | ee859ce9b9bfe6b5afe8808ce9b3b0 |
UHC | ?鹿?而? | 00111111110101101110001100111111111011001011101100111111 | 3fd6e33fecbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)